class RedParse::Nodes::SymbolToken
Public Instance Methods
parsetree()
click to toggle source
# File lib/redparse/babynodes.rb, line 62 def parsetree [:lit, ident[1..-1].to_sym] end
# File lib/redparse/babynodes.rb, line 62 def parsetree [:lit, ident[1..-1].to_sym] end