class Net::SSH::Buffer

def to_s

Returns a copy of the buffer's content.
def to_s
  (@content || "").dup
end