class Nokogiri::CSS::XPathVisitor

def visit_attrib_name(node)

def visit_attrib_name(node)
  "@#{node.value.first}"
end