Method: Sequence#readback1

Defined in:
lib/sequence.rb

#readback1Object

read previous element or nil if start of input and move position back



72
73
74
# File 'lib/sequence.rb', line 72

def readback1
  (readback 1)[0]
end