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