# File lib/net/ssh/buffered_io.rb, line 91
    def pending_write?
      output.length > 0
    end