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 43 samples from 1 application.

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