Method: Racc::LocationPointer#next
- Defined in:
- lib/racc/grammar.rb
#next ⇒ Object Also known as: increment
850 851 852 |
# File 'lib/racc/grammar.rb', line 850 def next @rule.ptrs[@index + 1] or ptr_bug! end |
850 851 852 |
# File 'lib/racc/grammar.rb', line 850 def next @rule.ptrs[@index + 1] or ptr_bug! end |