# File lib/nokogiri/version.rb, line 32
  def self.jruby?
    !Nokogiri::VERSION_INFO['ruby']['jruby'].nil?
  end