Sha256: e0757b980d32de1715f4593d225a6829ccdc9d2b856d97c37b2736330a5c10e4
Contents?: true
Size: 287 Bytes
Versions: 3
Compression:
Stored size: 287 Bytes
Contents
def ruby_19? !!(RUBY_VERSION =~ /^1.9/) end def ruby_18? !!(RUBY_VERSION =~ /^1.8/) end def windows? !!(RUBY_PLATFORM =~ /mswin|mingw|windows/) end # def jruby? def unix? !windows? end def os_x? !!(RUBY_PLATFORM =~ /darwin/) end DEV_NULL = windows? ? 'NUL' : '/dev/null'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chef-10.14.0.beta.3 | spec/support/platform_helpers.rb |
chef-10.14.0.beta.2 | spec/support/platform_helpers.rb |
chef-10.14.0.beta.1 | spec/support/platform_helpers.rb |