X7ROOT File Manager
Current Path:
/opt/alt/ruby31/share/ruby/drb
opt
/
alt
/
ruby31
/
share
/
ruby
/
drb
/
ðŸ“
..
📄
acl.rb
(4.61 KB)
📄
drb.rb
(57.49 KB)
📄
eq.rb
(275 B)
📄
extserv.rb
(836 B)
📄
extservm.rb
(1.75 KB)
📄
gw.rb
(3 KB)
📄
invokemethod.rb
(777 B)
📄
observer.rb
(671 B)
📄
ssl.rb
(11.52 KB)
📄
timeridconv.rb
(2.16 KB)
📄
unix.rb
(2.78 KB)
📄
version.rb
(35 B)
📄
weakidconv.rb
(1.12 KB)
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
Upload File
Create Folder