class Nokogiri::VersionInfo

def libxml2_using_packaged?

def libxml2_using_packaged?
  libxml2? && Nokogiri::PACKAGED_LIBRARIES
end