# File lib/cucumber/language_support/step_definition_methods.rb, line 6 def step_match(name_to_match, name_to_report) if(arguments = arguments_from(name_to_match)) StepMatch.new(self, name_to_match, name_to_report, arguments) else nil end end