# File lib/net/ssh/buffer.rb, line 115
    def clear!
      @content = ""
      @position = 0
    end