Sha256: d3fee11569a1b48ecc1f4e03c00cba62ccad9b0fb889447c5d22c81ad3575005
Contents?: true
Size: 135 Bytes
Versions: 8
Compression:
Stored size: 135 Bytes
Contents
module SimpleCommander module Platform def self.jruby? defined?(RUBY_ENGINE) && (RUBY_ENGINE == 'jruby') end end end
Version data entries
8 entries across 8 versions & 1 rubygems