Method: Sequence#readahead1

Defined in:
lib/sequence.rb

#readahead1Object

read element after the pos or nil if eof, leaving position alone



77
78
79
# File 'lib/sequence.rb', line 77

def readahead1
  slice pos
end