module Nokogiri

def self.uses_libxml? # :nodoc:

:nodoc:
def self.uses_libxml? # :nodoc:
  !Nokogiri::VERSION_INFO['libxml'].nil?
end