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 /
ruby19 /
share /
ri /
1.9.1 /
system /
Proc /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d%3d-i.ri
375
B
-rw-r--r--
2023-07-26 17:26
%3d%3d-i.ri
344
B
-rw-r--r--
2023-07-26 17:26
%5b%5d-i.ri
1.55
KB
-rw-r--r--
2023-07-26 17:26
arity-i.ri
1003
B
-rw-r--r--
2023-07-26 17:26
binding-i.ri
571
B
-rw-r--r--
2023-07-26 17:26
call-i.ri
1.55
KB
-rw-r--r--
2023-07-26 17:26
cdesc-Proc.ri
1.04
KB
-rw-r--r--
2023-07-26 17:26
curry-i.ri
1.94
KB
-rw-r--r--
2023-07-26 17:26
eql%3f-i.ri
348
B
-rw-r--r--
2023-07-26 17:26
hash-i.ri
247
B
-rw-r--r--
2023-07-26 17:26
lambda%3f-i.ri
3.39
KB
-rw-r--r--
2023-07-26 17:26
new-c.ri
677
B
-rw-r--r--
2023-07-26 17:26
parameters-i.ri
424
B
-rw-r--r--
2023-07-26 17:26
source_location-i.ri
374
B
-rw-r--r--
2023-07-26 17:26
to_proc-i.ri
349
B
-rw-r--r--
2023-07-26 17:26
to_s-i.ri
303
B
-rw-r--r--
2023-07-26 17:26
yield-i.ri
1.56
KB
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI" call:ETI"Proc#call;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"GInvokes the block, setting the block's parameters to the values in;TI"E<i>params</i> using something close to method calling semantics.;TI"EGenerates a warning if multiple values are passed to a proc that;TI"Hexpects just one (previously this silently converted the parameters;TI"Kto 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"NFor procs created using <code>lambda</code> or <code>->()</code> an error;TI"Mis generated if the wrong number of parameters are passed to a Proc with;TI"Kmultiple parameters. For procs created using <code>Proc.new</code> or;TI"G<code>Kernel.proc</code>, extra parameters are silently discarded.;T@o; ; [I"IReturns 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 }} ;FI"/a_proc.call(9, 1, 2, 3) #=> [9, 18, 27] ;FI"/a_proc[9, 1, 2, 3] #=> [9, 18, 27] ;FI"a_proc = lambda {|a,b| a} ;FI"a_proc.call(1,2,3) ;Fo; ; [I"<em>produces:</em>;T@o;; [I"Yprog.rb:4:in `block in <main>': wrong number of arguments (3 for 2) (ArgumentError) ;FI" from prog.rb:5:in `call' ;FI" from prog.rb:5:in `<main>';F: @file0I"`prc.call(params,...) -> obj prc[params,...] -> obj prc.(params,...) -> obj ;T0[ I"(*args);FI"proc.c;T