📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-26 20:53:48
📂
/ (Root)
/
opt
/
alt
/
ruby23
/
lib64
/
ruby
/
2.3.0
/
drb
📍 /opt/alt/ruby23/lib64/ruby/2.3.0/drb
🔄 Refresh
✏️
Editing: eq.rb
Read Only
# frozen_string_literal: false 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