Method: Racc::LocationPointer#next

Defined in:
lib/racc/grammar.rb

#nextObject Also known as: increment



850
851
852
# File 'lib/racc/grammar.rb', line 850

def next
  @rule.ptrs[@index + 1] or ptr_bug!
end