# File lib/sshkit/command.rb, line 63
    def stdout=(new_value)
      log_writer_deprecation('stdout')
      @stdout = new_value
    end