Sha256: 9da078fb1aa654c62836ec8b170db4c4c5a732084df04b4e40c5568b8cab578f
Contents?: true
Size: 224 Bytes
Versions: 124
Compression:
Stored size: 224 Bytes
Contents
# frozen_string_literal: true module Bundler WINDOWS = RbConfig::CONFIG["host_os"] =~ /(msdos|mswin|djgpp|mingw)/ FREEBSD = RbConfig::CONFIG["host_os"].to_s.include?("bsd") NULL = WINDOWS ? "NUL" : "/dev/null" end
Version data entries
124 entries across 124 versions & 4 rubygems