Method: Racc::LogFileGenerator#symbol_locations
- Defined in:
- lib/racc/logfilegenerator.rb
#symbol_locations(locs) ⇒ Object
207 208 209 |
# File 'lib/racc/logfilegenerator.rb', line 207 def symbol_locations(locs) locs.map {|loc| loc.rule.ident }.reject {|n| n == 0 }.uniq end |