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