Sha256: ce6c841b839f9bde3eae5b6b7b33637721866e980b505892ee27716b431b9e88
Contents?: true
Size: 211 Bytes
Versions: 53
Compression:
Stored size: 211 Bytes
Contents
# frozen_string_literal: true 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
53 entries across 53 versions & 3 rubygems