# File lib/racc/grammar.rb, line 49
    def each_index(&block)
      @rules.each_index(&block)
    end