D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
ruby
/
drb
/
Filename :
invokemethod.rb
back
Copy
# frozen_string_literal: false # for ruby-1.8.0 module DRb # :nodoc: all class DRbServer module InvokeMethod18Mixin 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
Name
Size
Last Modified
Owner
Permissions
Actions
acl.rb
4.61
KB
April 05 2021 11:46:35
root
0644
drb.rb
56.618
KB
April 05 2021 11:46:35
root
0644
eq.rb
0.269
KB
April 05 2021 11:46:35
root
0644
extserv.rb
0.812
KB
April 05 2021 11:46:35
root
0644
extservm.rb
1.755
KB
April 05 2021 11:46:35
root
0644
gw.rb
3
KB
April 05 2021 11:46:35
root
0644
invokemethod.rb
0.759
KB
April 05 2021 11:46:35
root
0644
observer.rb
0.651
KB
April 05 2021 11:46:35
root
0644
ssl.rb
11.556
KB
April 05 2021 11:46:35
root
0644
timeridconv.rb
2.156
KB
April 05 2021 11:46:35
root
0644
unix.rb
2.746
KB
April 05 2021 11:46:35
root
0644
2017 © D7net | D704T team