ORIGINAL_ENV | = | ENV.to_hash | ||
WINDOWS | = | RbConfig::CONFIG["host_os"] =~ %r!(msdos|mswin|djgpp|mingw)! | ||
FREEBSD | = | RbConfig::CONFIG["host_os"] =~ /bsd/ | ||
NULL | = | WINDOWS ? "NUL" : "/dev/null" | ||
VERSION | = | "1.0.7" unless defined?(::Bundler::VERSION) | We‘re doing this because we might write tests that deal with other versions of bundler and we are unsure how to handle this better. |
bundle_path | [W] | |
ui | [W] |