class Nokogiri::VersionInfo

def libxml2_using_system?

def libxml2_using_system?
  libxml2? && !libxml2_using_packaged?
end