method

new

rspec latest stable - Class: Spec::Runner::Heckler
new(klass_name, method_name, rspec_options)
public

No documentation available.

# File lib/spec/runner/heckle_runner.rb, line 60
        def initialize(klass_name, method_name, rspec_options)
          super(klass_name, method_name)
          @rspec_options = rspec_options
        end