method

args_and_options

1.1.12 - Show latest stable - Class: Spec::Example
args_and_options(*args)
public

No documentation available.

# File lib/spec/example.rb, line 146
      def args_and_options(*args) # :nodoc:
        with_options_from(args) do |options|
          return args, options
        end
      end