method
scope_from
1.2.8 -
Show latest stable
- Class:
Spec::Runner::Configuration
scope_from(*args)private
No documentation available.
# File lib/spec/runner/configuration.rb, line 172
def scope_from(*args) # :nodoc:
args[0] || :each
end