# File lib/rpm/db.rb, line 34
    def each_match(key, val, &block)
      @ts.each_match(key, val, &block)
    end