class Nokogiri::VersionInfo

def libxml2?

Experimental RBS support (using type sampling data from the type_fusion project).

def libxml2?: () -> String

This signature was generated using 4 samples from 2 applications.

def libxml2?
  defined?(Nokogiri::LIBXML_COMPILED_VERSION)
end