📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 13:46:19
📂
/ (Root)
/
opt
/
alt
/
ruby40
/
share
/
gems
/
gems
/
bundler-4.0.10
/
lib
/
bundler
📍 /opt/alt/ruby40/share/gems/gems/bundler-4.0.10/lib/bundler
🔄 Refresh
✏️
Editing: constants.rb
Read Only
# 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