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