method

new

rspec latest stable - Class: Spec::Runner::SpecParser

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (1.2.0) is shown here.

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