method
scope_and_options
RSpec latest stable (1.3.1)
-
0 notes -
Class: Spec::Runner::Configuration
- 1.1.4
- 1.1.12
- 1.2.0
- 1.2.8 (0)
- 1.3.0 (0)
- 1.3.1 (0)
- What's this?
scope_and_options(*args)
private
Hide source
# File lib/spec/runner/configuration.rb, line 192 def scope_and_options(*args) # :nodoc: args, options = args_and_options(*args) return scope_from(*args), options end