🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 00:31:25 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
ruby33
/
share
/
gems
/
gems
/
bundler-2.5.22
/
lib
/
bundler
📍 /opt/alt/ruby33/share/gems/gems/bundler-2.5.22/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