module Nokogiri::CSS

def parse(selector) # :nodoc:

:nodoc:
It is not used by Nokogiri and shouldn't be part of the public API.
TODO: Deprecate this method ahead of 2.0 and delete it in 2.0.
def parse(selector) # :nodoc:
  Parser.new.parse(selector)
end