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