📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 09:44:28
📂
/
/
opt
/
alt
/
ruby40
/
share
/
gems
/
gems
/
drb-2.2.3
/
lib
/
drb
✏️
Editing: eq.rb
# 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