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