# File lib/travis/cli/command.rb, line 115
      def write_to(io)
        io_was, self.output = output, io
        yield
      ensure
        self.output = io_was if io_was
      end