Flowdock
method

args_and_options

Importance_0
1.1.12 - Show latest stable - 0 notes - Class: Spec::Example
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.rb, line 146
      def args_and_options(*args) # :nodoc:
        with_options_from(args) do |options|
          return args, options
        end
      end
Register or log in to add new notes.