Sha256: c789bdf44b92f7e6b73c2d8669163ccf840d4168a5b1fd3475eb2830cb074f48
Contents?: true
Size: 125 Bytes
Versions: 4
Compression:
Stored size: 125 Bytes
Contents
module Commander module Platform def self.jruby? defined? RUBY_ENGINE && RUBY_ENGINE=='jruby' end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
commander-4.0.4 | lib/commander/platform.rb |
commander-4.0.3 | lib/commander/platform.rb |
commander-4.0.2 | lib/commander/platform.rb |
commander-4.0.1 | lib/commander/platform.rb |