push an additional string on to the stack.
41
# File 'lib/ritex/lexer.rb', line 41 def push s; @s.unshift [s, 0]; end