class Net::SSH::Buffer

def reset!

begin at position 0.
Resets the pointer to the start of the buffer. Subsequent reads will
def reset!
  @position = 0
end