Module: Commander::Platform

Defined in:
lib/commander/platform.rb

Class Method Summary collapse

Class Method Details

.jruby?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/commander/platform.rb', line 4

def self.jruby?
  defined? RUBY_ENGINE && RUBY_ENGINE=='jruby'
end