# File lib/bundler/current_ruby.rb, line 102
    def jruby?
      defined?(RUBY_ENGINE) && RUBY_ENGINE == "jruby"
    end