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