# File lib/racc/grammar.rb, line 847
    def next
      @rule.ptrs[@index + 1] or ptr_bug!
    end