Returns true if the Ruby platform is JRuby.
true
Returns:
10 11 12
# File 'lib/yuicompressor.rb', line 10 def jruby? !! (RUBY_PLATFORM =~ /java/) end