# File lib/mongo/util/pool.rb, line 107 def matches_tag_set(tag_set) tag_set.all? do |tag, value| tags.has_key?(tag) && tags[tag] == value end end