method
racc_token2str
v1_9_3_392 -
Show latest stable
- Class:
Racc::Parser
racc_token2str(tok)private
No documentation available.
# File lib/racc/parser.rb, line 432
def racc_token2str(tok)
self.class::Racc_token_to_s_table[tok] or
raise "[Racc Bug] can't convert token #{tok} to string"
end