# File lib/nokogiri/css.rb, line 20 def xpath_for selector, options={} Parser.new(options[:ns] || {}).xpath_for selector, options end