📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 15:50:50
📂
/ (Root)
/
opt
/
alt
/
ruby19
/
lib64
/
ruby
/
1.9.1
/
drb
📍 /opt/alt/ruby19/lib64/ruby/1.9.1/drb
🔄 Refresh
✏️
Editing: eq.rb
Read Only
module DRb class DRbObject def ==(other) return false unless DRbObject === other (@ref == other.__drbref) && (@uri == other.__drburi) end def hash [@uri, @ref].hash end alias eql? == end end
💾 Save Changes
❌ Cancel