# File lib/sax-machine/sax_element_config.rb, line 47 def attrs_match?(attrs) if @with @with == (@with & attrs) else true end end