method
new
new(klass_name, method_name, rspec_options)
public
Hide source
# 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