# File lib/sax-machine/config/sax_collection.rb, line 17 def attrs_match?(attrs) @with.all? do |key, value| value === attrs[key.to_s] end end