Method: Cucumber::NoStepMatch#initialize

Defined in:
lib/cucumber/step_match.rb

#initialize(step, name) ⇒ NoStepMatch

Returns a new instance of NoStepMatch.



85
86
87
88
# File 'lib/cucumber/step_match.rb', line 85

def initialize(step, name)
  @step = step
  @name = name
end