📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 21:28:15
📂
/
/
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
bundler-2.6.9
/
lib
/
bundler
✏️
Editing: constants.rb
# 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
💾 Save Changes
❌ Cancel