📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 04:10:45
📂
/ (Root)
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
ruby
/
ruby-2.7.8
/
drb
📍 /opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/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