Method: Racc::Grammar#each_with_index
- Defined in:
- lib/racc/grammar.rb
#each_with_index(&block) ⇒ Object
54 55 56 |
# File 'lib/racc/grammar.rb', line 54 def each_with_index(&block) @rules.each_with_index(&block) end |
54 55 56 |
# File 'lib/racc/grammar.rb', line 54 def each_with_index(&block) @rules.each_with_index(&block) end |