Method: Editors::Helpers::PlatformDetection#jruby?

Defined in:
lib/editors/helpers/platform_detection.rb

#jruby?Boolean

Returns:



18
19
20
# File 'lib/editors/helpers/platform_detection.rb', line 18

def jruby?
  RbConfig::CONFIG['ruby_install_name'] == 'jruby'
end