# File lib/cucumber/wire_support/wire_protocol/requests.rb, line 9 def execute(name_to_match, name_to_report) @name_to_match, @name_to_report = name_to_match, name_to_report request_params = { :name_to_match => name_to_match } super(request_params) end
# File lib/cucumber/wire_support/wire_protocol/requests.rb, line 17 def handle_success(params) params.map do |raw_step_match| create_step_match(raw_step_match) end end
Generated with the Darkfish Rdoc Generator 2.