method
new
1.1.12 -
Show latest stable
- Class:
Spec::Runner::SpecParser
new(run_options)public
No documentation available.
# File lib/spec/runner/spec_parser.rb, line 7
def initialize(run_options)
@best_match = {}
@run_options = run_options
end