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