# File lib/net/ssh/buffer.rb, line 110
110:     def eof?
111:       @position >= length
112:     end