class Nokogiri::VersionInfo

def jruby?

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