class Nokogiri::VersionInfo

def engine

def engine
  defined?(::RUBY_ENGINE) ? ::RUBY_ENGINE : "mri"
end