Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.22.66.60
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
lib64 /
ruby /
2.0.0 /
drb /
Delete
Unzip
Name
Size
Permission
Date
Action
acl.rb
4.65
KB
-rw-r--r--
2011-05-19 00:07
drb.rb
55.39
KB
-rw-r--r--
2013-01-26 03:58
eq.rb
244
B
-rw-r--r--
2013-01-25 03:25
extserv.rb
1.2
KB
-rw-r--r--
2013-01-25 03:25
extservm.rb
1.71
KB
-rw-r--r--
2012-04-22 11:35
gw.rb
2.97
KB
-rw-r--r--
2013-01-25 03:25
invokemethod.rb
746
B
-rw-r--r--
2013-01-25 03:25
observer.rb
636
B
-rw-r--r--
2013-01-25 03:25
ssl.rb
11.5
KB
-rw-r--r--
2013-12-24 15:37
timeridconv.rb
2.11
KB
-rw-r--r--
2013-01-25 03:25
unix.rb
2.72
KB
-rw-r--r--
2013-01-25 03:25
Save
Rename
# 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