class Nokogiri::VersionInfo

def jruby?

def jruby?
  ::JRUBY_VERSION if ::RUBY_PLATFORM == "java"
end