X7ROOT File Manager
Current Path:
/opt/alt/ruby21/lib64/ruby/2.1.0/drb
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
drb
/
ðŸ“
..
📄
acl.rb
(4.65 KB)
📄
drb.rb
(55.4 KB)
📄
eq.rb
(244 B)
📄
extserv.rb
(1.2 KB)
📄
extservm.rb
(1.71 KB)
📄
gw.rb
(2.97 KB)
📄
invokemethod.rb
(746 B)
📄
observer.rb
(636 B)
📄
ssl.rb
(11.51 KB)
📄
timeridconv.rb
(2.11 KB)
📄
unix.rb
(2.72 KB)
Editing: eq.rb
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