# File lib/cucumber/language_support/language_methods.rb, line 7 def create_step_match(step_definition, step_name, name_to_report, step_arguments) StepMatch.new(step_definition, step_name, name_to_report, step_arguments) end