# File lib/rpm/match_iterator.rb, line 23
    def each
      while (pkg = next_iterator)
        yield pkg
      end
    end