Method: RunLoop::Core.jruby?

Defined in:
lib/run_loop/core.rb

.jruby?Boolean

Returns:

  • (Boolean)


371
372
373
# File 'lib/run_loop/core.rb', line 371

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