class Nokogiri::CSS::XPathVisitor

def config

part of the CSS cache key.
a Hash representing the configuration of the XPathVisitor, suitable for use as
[Returns]

:call-seq: config() → Hash
def config
  { builtins: @builtins, doctype: @doctype }
end