class Cucumber::Events::StepMatch

Event fired when a step is matched to a definition

def initialize(test_step, step_match)

 @private
def initialize(test_step, step_match)
  @test_step, @step_match = test_step, step_match
end