# File lib/cucumber/wire_support/wire_protocol/requests.rb, line 15
          def handle_success(params)
            params.map do |raw_step_match|
              create_step_match(raw_step_match)
            end
          end