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.222
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
Proc /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
691
B
-rw-r--r--
2026-04-07 16:51
%3d%3d%3d-i.ri
1.5
KB
-rw-r--r--
2026-04-07 16:51
%3d%3d-i.ri
1.05
KB
-rw-r--r--
2026-04-07 16:51
%3e%3e-i.ri
1.05
KB
-rw-r--r--
2026-04-07 16:51
%5b%5d-i.ri
1.5
KB
-rw-r--r--
2026-04-07 16:51
arity-i.ri
2
KB
-rw-r--r--
2026-04-07 16:51
binding-i.ri
520
B
-rw-r--r--
2026-04-07 16:51
call-i.ri
1.66
KB
-rw-r--r--
2026-04-07 16:51
cdesc-Proc.ri
15.01
KB
-rw-r--r--
2026-04-07 16:51
curry-i.ri
2.27
KB
-rw-r--r--
2026-04-07 16:51
eql%3f-i.ri
1009
B
-rw-r--r--
2026-04-07 16:51
hash-i.ri
389
B
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
377
B
-rw-r--r--
2026-04-07 16:51
lambda%3f-i.ri
3.56
KB
-rw-r--r--
2026-04-07 16:51
new-c.ri
593
B
-rw-r--r--
2026-04-07 16:51
parameters-i.ri
1009
B
-rw-r--r--
2026-04-07 16:51
ruby2_keywords-i.ri
1.75
KB
-rw-r--r--
2026-04-07 16:51
source_location-i.ri
456
B
-rw-r--r--
2026-04-07 16:51
to_proc-i.ri
398
B
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
401
B
-rw-r--r--
2026-04-07 16:51
yield-i.ri
1.51
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"parameters:ETI"Proc#parameters;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"DReturns the parameter information of this proc. If the lambda ;TI"Ekeyword is provided and not nil, treats the proc as a lambda if ;TI"'true and as a non-lambda if false.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"#prc = proc{|x, y=42, *other|} ;TI"Cprc.parameters #=> [[:opt, :x], [:opt, :y], [:rest, :other]] ;TI"%prc = lambda{|x, y=42, *other|} ;TI"Cprc.parameters #=> [[:req, :x], [:opt, :y], [:rest, :other]] ;TI"#prc = proc{|x, y=42, *other|} ;TI"Qprc.parameters(lambda: true) #=> [[:req, :x], [:opt, :y], [:rest, :other]] ;TI"%prc = lambda{|x, y=42, *other|} ;TI"Pprc.parameters(lambda: false) #=> [[:opt, :x], [:opt, :y], [:rest, :other]];T:@format0: @fileI"proc.c;T:0@omit_headings_from_table_of_contents_below0I"+prc.parameters(lambda: nil) -> array ;T0[ I"(p1 = {});T@FI" Proc;TcRDoc::NormalClass00