module Cucumber::WireSupport::WireProtocol
def step_matches(name_to_match, name_to_report)
def step_matches(name_to_match, name_to_report) handler = Requests::StepMatches.new(self) handler.execute(name_to_match, name_to_report) end
def step_matches(name_to_match, name_to_report) handler = Requests::StepMatches.new(self) handler.execute(name_to_match, name_to_report) end