Sha256: ddbd96bcf5d634e86c22538f7804a8bd9957518b99b600238ca610a7e5343cda
Contents?: true
Size: 205 Bytes
Versions: 23
Compression:
Stored size: 205 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 = File::NULL end
Version data entries
23 entries across 23 versions & 3 rubygems