# File lib/racc/grammar.rb, line 633
    def each_rule(&block)
      yield self
      @alternatives.each(&block)
    end