Module Commander::Platform
In: lib/commander/platform.rb
lib/commander/platform.rb

Methods

jruby?   jruby?  

Public Class methods

[Source]

   # File lib/commander/platform.rb, line 4
4:     def self.jruby?
5:       defined? RUBY_ENGINE && RUBY_ENGINE=='jruby'
6:     end

[Source]

   # File lib/commander/platform.rb, line 4
4:     def self.jruby?
5:       defined? RUBY_ENGINE && RUBY_ENGINE=='jruby'
6:     end

[Validate]