# File lib/racc/state.rb, line 54
    def each_state(&block)
      @states.each(&block)
    end