# File lib/net/ssh/buffer.rb, line 141
    def append(text)
      @content << text
      self
    end