Libraries
»
klam
(0.0.7)
»
Index
»
Klam
»
Lexer
»
#ungetc
Method: Klam::Lexer#ungetc
Defined in:
lib/klam/lexer.rb
#
ungetc
(c) ⇒
Object
32 33 34
# File 'lib/klam/lexer.rb', line 32
def
ungetc
(
c
)
@buffer
.
push
(
c
)
end