Flowdock
method

args_and_options

Importance_0
1.1.4 - Show latest stable - 0 notes - Class: Object
args_and_options(*args) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/extensions/object.rb, line 2
  def args_and_options(*args)
    options = Hash === args.last ? args.pop : {}
    return args, options
  end
Register or log in to add new notes.