X7ROOT File Manager
Current Path:
/opt/alt/ruby18/lib64/ruby/1.8/drb
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
1.8
/
drb
/
??
..
??
acl.rb
(2.58 KB)
??
drb.rb
(52.2 KB)
??
eq.rb
(253 B)
??
extserv.rb
(1.06 KB)
??
extservm.rb
(1.6 KB)
??
gw.rb
(1.88 KB)
??
invokemethod.rb
(775 B)
??
observer.rb
(369 B)
??
ssl.rb
(4.9 KB)
??
timeridconv.rb
(1.47 KB)
??
unix.rb
(2.43 KB)
Editing: eq.rb
require 'drb/drb' 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