X7ROOT File Manager
Current Path:
/opt/alt/ruby26/lib64/ruby/2.6.0/drb
opt
/
alt
/
ruby26
/
lib64
/
ruby
/
2.6.0
/
drb
/
ðŸ“
..
📄
acl.rb
(4.61 KB)
📄
drb.rb
(56.91 KB)
📄
eq.rb
(275 B)
📄
extserv.rb
(836 B)
📄
extservm.rb
(1.75 KB)
📄
gw.rb
(3 KB)
📄
invokemethod.rb
(777 B)
📄
observer.rb
(667 B)
📄
ssl.rb
(11.57 KB)
📄
timeridconv.rb
(2.16 KB)
📄
unix.rb
(2.8 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