Flowdock
token_to_str(t) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/racc/parser.rb, line 436
    def token_to_str(t)
      self.class::Racc_token_to_s_table[t]
    end
Register or log in to add new notes.