24 25 26 27 28 29 30
# File 'lib/klam/lexer.rb', line 24 def getc if @buffer.empty? @stream.getc else @buffer.pop end end