Sha256: 5c2bd0475fa8e896bcf0f7483faaf22ccc0b937bc216d803c3f7fc30a02c250c
Contents?: true
Size: 311 Bytes
Versions: 32
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true require "rbconfig" module Bundler WINDOWS = RbConfig::CONFIG["host_os"] =~ /(msdos|mswin|djgpp|mingw)/ deprecate_constant :WINDOWS FREEBSD = RbConfig::CONFIG["host_os"].to_s.include?("bsd") deprecate_constant :FREEBSD NULL = File::NULL deprecate_constant :NULL end
Version data entries
32 entries across 32 versions & 2 rubygems