# File lib/net/ssh/buffer.rb, line 70
70:     def initialize(content="")
71:       @content = content.to_s
72:       @position = 0
73:     end