Flowdock
method

args_and_options

Importance_0
RSpec latest stable (1.3.1) - 0 notes - Class: Spec::Example::ArgsAndOptions
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/example/args_and_options.rb, line 4
      def args_and_options(*args) # :nodoc:
        options = Hash === args.last ? args.pop : {}
        return args, options
      end
Register or log in to add new notes.