Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby25 /
share /
ri /
2.5.0 /
system /
Method /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d%3d-i.ri
459
B
-rw-r--r--
2023-07-26 18:25
%3d%3d-i.ri
459
B
-rw-r--r--
2023-07-26 18:25
%5b%5d-i.ri
1.56
KB
-rw-r--r--
2023-07-26 18:25
arity-i.ri
1.78
KB
-rw-r--r--
2023-07-26 18:25
call-i.ri
1.56
KB
-rw-r--r--
2023-07-26 18:25
cdesc-Method.ri
1.38
KB
-rw-r--r--
2023-07-26 18:25
clone-i.ri
563
B
-rw-r--r--
2023-07-26 18:25
curry-i.ri
1.32
KB
-rw-r--r--
2023-07-26 18:25
eql%3f-i.ri
466
B
-rw-r--r--
2023-07-26 18:25
hash-i.ri
401
B
-rw-r--r--
2023-07-26 18:25
inspect-i.ri
466
B
-rw-r--r--
2023-07-26 18:25
name-i.ri
313
B
-rw-r--r--
2023-07-26 18:25
original_name-i.ri
541
B
-rw-r--r--
2023-07-26 18:25
owner-i.ri
346
B
-rw-r--r--
2023-07-26 18:25
parameters-i.ri
883
B
-rw-r--r--
2023-07-26 18:25
receiver-i.ri
342
B
-rw-r--r--
2023-07-26 18:25
source_location-i.ri
463
B
-rw-r--r--
2023-07-26 18:25
super_method-i.ri
426
B
-rw-r--r--
2023-07-26 18:25
to_proc-i.ri
353
B
-rw-r--r--
2023-07-26 18:25
to_s-i.ri
460
B
-rw-r--r--
2023-07-26 18:25
unbind-i.ri
495
B
-rw-r--r--
2023-07-26 18:25
Save
Rename
U:RDoc::AnyMethod[iI" call:ETI"Method#call;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"HInvokes the block, setting the block's parameters to the values in ;TI"F<i>params</i> using something close to method calling semantics. ;TI"EReturns the value of the last expression evaluated in the block.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"Oa_proc = Proc.new {|scalar, *values| values.map {|value| value*scalar } } ;TI"0a_proc.call(9, 1, 2, 3) #=> [9, 18, 27] ;TI"0a_proc[9, 1, 2, 3] #=> [9, 18, 27] ;TI"0a_proc.(9, 1, 2, 3) #=> [9, 18, 27] ;TI"0a_proc.yield(9, 1, 2, 3) #=> [9, 18, 27] ;T:@format0o; ; [I"HNote that <code>prc.()</code> invokes <code>prc.call()</code> with ;TI"@the parameters given. It's syntactic sugar to hide "call".;T@o; ; [ I"OFor procs created using <code>lambda</code> or <code>->()</code> an error ;TI"Lis generated if the wrong number of parameters are passed to the proc. ;TI"PFor procs created using <code>Proc.new</code> or <code>Kernel.proc</code>, ;TI"Hextra parameters are silently discarded and missing parameters are ;TI"set to +nil+.;T@o;; [ I""a_proc = proc {|a,b| [a,b] } ;TI"#a_proc.call(1) #=> [1, nil] ;TI" ;TI"$a_proc = lambda {|a,b| [a,b] } ;TI"Wa_proc.call(1) # ArgumentError: wrong number of arguments (given 1, expected 2) ;T; 0o; ; [I"See also Proc#lambda?.;T: @fileI"proc.c;T:0@omit_headings_from_table_of_contents_below0I""prc.call(params,...) -> obj;T0[ I"(*args);T@-FI"Method;TcRDoc::NormalClass00