# File lib/gettext/po.rb, line 166
    def each(&block)
      @entries.each_value(&block)
    end