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