# File lib/cucumber/wire_support/wire_protocol.rb, line 37
      def end_scenario(scenario)
        handler = Requests::EndScenario.new(self)
        handler.execute(scenario)
      end