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