Method: Rupture::Reader#peekc

Defined in:
lib/rupture/reader.rb

#peekcObject



30
31
32
# File 'lib/rupture/reader.rb', line 30

def peekc
  unget(getc)
end