# File lib/cucumber/wire_support/wire_protocol.rb, line 32
      def begin_scenario(scenario)
        handler = Requests::BeginScenario.new(self)
        handler.execute(scenario)
      end