Method: Bundler::CurrentRuby#jruby?

Defined in:
lib/bundler/current_ruby.rb

#jruby?Boolean

Returns:

  • (Boolean)


48
49
50
# File 'lib/bundler/current_ruby.rb', line 48

def jruby?
  RUBY_ENGINE == "jruby"
end