class Cucumber::WireSupport::WireProtocol::Requests::StepMatches
def create_step_match(raw_step_match)
def create_step_match(raw_step_match) step_definition = WireStepDefinition.new(@connection, raw_step_match) step_args = raw_step_match['args'].map do |raw_arg| StepArgument.new(raw_arg['val'], raw_arg['pos']) end step_match(step_definition, step_args) end