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.188
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
share /
ri /
2.0.0 /
system /
Proc /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d%3d-i.ri
455
B
-rw-r--r--
2023-07-26 17:38
%5b%5d-i.ri
1.65
KB
-rw-r--r--
2023-07-26 17:38
arity-i.ri
1.48
KB
-rw-r--r--
2023-07-26 17:38
binding-i.ri
661
B
-rw-r--r--
2023-07-26 17:38
call-i.ri
1.65
KB
-rw-r--r--
2023-07-26 17:38
cdesc-Proc.ri
1.17
KB
-rw-r--r--
2023-07-26 17:38
curry-i.ri
2.03
KB
-rw-r--r--
2023-07-26 17:38
hash-i.ri
325
B
-rw-r--r--
2023-07-26 17:38
inspect-i.ri
216
B
-rw-r--r--
2023-07-26 17:38
lambda%3f-i.ri
3.52
KB
-rw-r--r--
2023-07-26 17:38
new-c.ri
768
B
-rw-r--r--
2023-07-26 17:38
parameters-i.ri
512
B
-rw-r--r--
2023-07-26 17:38
source_location-i.ri
453
B
-rw-r--r--
2023-07-26 17:38
to_proc-i.ri
429
B
-rw-r--r--
2023-07-26 17:38
to_s-i.ri
413
B
-rw-r--r--
2023-07-26 17:38
yield-i.ri
1.65
KB
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI" call:ETI"Proc#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"FGenerates a warning if multiple values are passed to a proc that ;TI"Iexpects just one (previously this silently converted the parameters ;TI"Lto an array). Note that prc.() invokes prc.call() with the parameters ;TI"0given. It's a syntax sugar to hide "call".;To:RDoc::Markup::BlankLine o; ; [ I"OFor procs created using <code>lambda</code> or <code>->()</code> an error ;TI"Nis generated if the wrong number of parameters are passed to a Proc with ;TI"Lmultiple parameters. For procs created using <code>Proc.new</code> or ;TI"G<code>Kernel.proc</code>, extra parameters are silently discarded.;T@o; ; [I"JReturns the value of the last expression evaluated in the block. See ;TI""also <code>Proc#yield</code>.;T@o:RDoc::Markup::Verbatim; [ I"6a_proc = Proc.new {|a, *b| b.collect {|i| i*a }} ;TI"/a_proc.call(9, 1, 2, 3) #=> [9, 18, 27] ;TI"/a_proc[9, 1, 2, 3] #=> [9, 18, 27] ;TI"a_proc = lambda {|a,b| a} ;TI"a_proc.call(1,2,3) ;T:@format0o; ; [I"<em>produces:</em>;T@o;; [I"Yprog.rb:4:in `block in <main>': wrong number of arguments (3 for 2) (ArgumentError) ;TI" from prog.rb:5:in `call' ;TI" from prog.rb:5:in `<main>';T; 0: @fileI"proc.c;T:0@omit_headings_from_table_of_contents_below0I"_prc.call(params,...) -> obj prc[params,...] -> obj prc.(params,...) -> obj ;T0[ I"(*args);T@-FI" Proc;TcRDoc::NormalClass0