Method: Sequence#eof?

Defined in:
lib/sequence.rb

#eof?Boolean

are we at past the end of the sequence data, with no more data ever to arrive?



529
530
531
# File 'lib/sequence.rb', line 529

def eof?
  abstract
end