# File lib/net/ssh/shell/process.rb, line 90
    def output!(data)
      @on_output.call(self, data) if @on_output
    end