X7ROOT File Manager
Current Path:
/opt/alt/ruby19/lib64/ruby/1.9.1/drb
opt
/
alt
/
ruby19
/
lib64
/
ruby
/
1.9.1
/
drb
/
ðŸ“
..
📄
acl.rb
(4.65 KB)
📄
drb.rb
(53.09 KB)
📄
eq.rb
(234 B)
📄
extserv.rb
(1.19 KB)
📄
extservm.rb
(1.71 KB)
📄
gw.rb
(1.88 KB)
📄
invokemethod.rb
(732 B)
📄
observer.rb
(473 B)
📄
ssl.rb
(5.46 KB)
📄
timeridconv.rb
(1.73 KB)
📄
unix.rb
(2.55 KB)
Editing: eq.rb
module DRb class DRbObject 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