Method: Ritex::Lexer#push

Defined in:
lib/ritex/lexer.rb

#push(s) ⇒ Object

push an additional string on to the stack.



41
# File 'lib/ritex/lexer.rb', line 41

def push s; @s.unshift [s, 0]; end