🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 20:26:21 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
ruby33
/
share
/
ruby
/
drb
📍 /opt/alt/ruby33/share/ruby/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