class Cucumber::Events::StepMatch

def initialize(test_step, step_match)

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