class Net::SSH::Buffer

def append(text)

read position. Returns the buffer object itself.
Appends the given text to the end of the buffer. Does not alter the
def append(text)
  @content << text
  self
end