class Cucumber::WireSupport::WireProtocol::Requests::StepMatches
def step_match(step_definition, step_args)
def step_match(step_definition, step_args) StepMatch.new(step_definition, @name_to_match, @name_to_report, step_args) end
def step_match(step_definition, step_args) StepMatch.new(step_definition, @name_to_match, @name_to_report, step_args) end