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