Method: RunLoop::Core.jruby?

Defined in:
lib/run_loop/core.rb

.jruby?Boolean

Returns:

  • (Boolean)


568
569
570
# File 'lib/run_loop/core.rb', line 568

def self.jruby?
  RUBY_PLATFORM == 'java'
end