X7ROOT File Manager
Current Path:
/opt/alt/ruby20/lib64/ruby/2.0.0/drb
opt
/
alt
/
ruby20
/
lib64
/
ruby
/
2.0.0
/
drb
/
ðŸ“
..
📄
acl.rb
(4.65 KB)
📄
drb.rb
(55.39 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.5 KB)
📄
timeridconv.rb
(2.11 KB)
📄
unix.rb
(2.72 KB)
Editing: invokemethod.rb
# for ruby-1.8.0 module DRb class DRbServer module InvokeMethod18Mixin # :nodoc: all def block_yield(x) if x.size == 1 && x[0].class == Array x[0] = DRbArray.new(x[0]) end @block.call(*x) end def perform_with_block @obj.__send__(@msg_id, *@argv) do |*x| jump_error = nil begin block_value = block_yield(x) rescue LocalJumpError jump_error = $! end if jump_error case jump_error.reason when :break break(jump_error.exit_value) else raise jump_error end end block_value end end end end end
Upload File
Create Folder