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