Returns:
11 12 13 14
# File 'lib/utilities.rb', line 11 def is_jruby? RbConfig::CONFIG['ruby_install_name'] =~ /jruby/i end