Sha256: 7e1597a40bb1ee437dd22c5d637b076006ce64148af281c7e1a4cdc983012c20
Contents?: true
Size: 160 Bytes
Versions: 2
Compression:
Stored size: 160 Bytes
Contents
# frozen_string_literal: true module Commander module Platform def self.jruby? defined?(RUBY_ENGINE) && (RUBY_ENGINE == 'jruby') end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
commander-5.0.0 | lib/commander/platform.rb |
commander-4.6.0 | lib/commander/platform.rb |