# File lib/nokogiri/css/xpath_visitor.rb, line 40 def visit_not node 'not(' + node.value.first.accept(self) + ')' end