method
scope_and_options
1.1.4 -
Show latest stable
- Class:
Spec::Example::ExampleGroupMethods
scope_and_options(*args)private
No documentation available.
# File lib/spec/example/example_group_methods.rb, line 389
def scope_and_options(*args)
args, options = args_and_options(*args)
scope = (args[0] || :each), options
end