📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 16:50:04
📂
/ (Root)
/
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
drb
📍 /opt/alt/ruby21/lib64/ruby/2.1.0/drb
🔄 Refresh
✏️
Editing: eq.rb
Read Only
module DRb class DRbObject # :nodoc: 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