Sha256: ea688760eb72c28fc9089210ad7a376e130743c2a595b882c3d840e3213474d1

Contents?: true

Size: 181 Bytes

Versions: 6

Compression:

Stored size: 181 Bytes

Contents

module Bundler
  WINDOWS = RbConfig::CONFIG["host_os"] =~ /(msdos|mswin|djgpp|mingw)/
  FREEBSD = RbConfig::CONFIG["host_os"] =~ /bsd/
  NULL    = WINDOWS ? "NUL" : "/dev/null"
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
bundler-1.11.2 lib/bundler/constants.rb
bundler-1.11.1 lib/bundler/constants.rb
bundler-1.11.0 lib/bundler/constants.rb
bundler-1.11.0.pre.2 lib/bundler/constants.rb
bundler-1.11.0.pre.1 lib/bundler/constants.rb
shopify-bundler-1.10.7 lib/bundler/constants.rb