module SimpleCommander::Platform

Public Class Methods

jruby?() click to toggle source
# File lib/simple_commander/platform.rb, line 3
def self.jruby?
  defined?(RUBY_ENGINE) && (RUBY_ENGINE == 'jruby')
end