module Commander::Platform

def self.jruby?

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