# File lib/rpm.rb, line 46 def DB.each_match(tag, val) begin db = RPM::DB.new db.each_match(tag, val) {|*a| yield a} end GC.start end