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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
Proc /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
692
B
-rw-r--r--
2024-06-26 17:25
%3d%3d%3d-i.ri
1.5
KB
-rw-r--r--
2024-06-26 17:25
%3d%3d-i.ri
1.05
KB
-rw-r--r--
2024-06-26 17:25
%3e%3e-i.ri
1.05
KB
-rw-r--r--
2024-06-26 17:25
%5b%5d-i.ri
1.5
KB
-rw-r--r--
2024-06-26 17:25
arity-i.ri
2
KB
-rw-r--r--
2024-06-26 17:25
binding-i.ri
521
B
-rw-r--r--
2024-06-26 17:25
call-i.ri
1.66
KB
-rw-r--r--
2024-06-26 17:25
cdesc-Proc.ri
12.45
KB
-rw-r--r--
2024-06-26 17:25
curry-i.ri
2.08
KB
-rw-r--r--
2024-06-26 17:25
eql%3f-i.ri
1009
B
-rw-r--r--
2024-06-26 17:25
hash-i.ri
390
B
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
378
B
-rw-r--r--
2024-06-26 17:25
lambda%3f-i.ri
3.56
KB
-rw-r--r--
2024-06-26 17:25
new-c.ri
731
B
-rw-r--r--
2024-06-26 17:25
parameters-i.ri
514
B
-rw-r--r--
2024-06-26 17:25
ruby2_keywords-i.ri
1.75
KB
-rw-r--r--
2024-06-26 17:25
source_location-i.ri
457
B
-rw-r--r--
2024-06-26 17:25
to_proc-i.ri
399
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
402
B
-rw-r--r--
2024-06-26 17:25
yield-i.ri
1.51
KB
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI" arity:ETI"Proc#arity;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"=Returns the number of mandatory arguments. If the block ;TI"His declared to take no arguments, returns 0. If the block is known ;TI"-to take exactly n arguments, returns n. ;TI"GIf the block has optional arguments, returns -n-1, where n is the ;TI"Gnumber of mandatory arguments, with the exception for blocks that ;TI"Jare not lambdas and have only a finite number of optional arguments; ;TI"%in this latter case, returns n. ;TI"KKeyword arguments will be considered as a single additional argument, ;TI"Ithat argument being mandatory if any keyword argument is mandatory. ;TI"BA #proc with no argument declarations is the same as a block ;TI"0declaring <code>||</code> as its arguments.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"+proc {}.arity #=> 0 ;TI"+proc { || }.arity #=> 0 ;TI"+proc { |a| }.arity #=> 1 ;TI"+proc { |a, b| }.arity #=> 2 ;TI"+proc { |a, b, c| }.arity #=> 3 ;TI"+proc { |*a| }.arity #=> -1 ;TI"+proc { |a, *b| }.arity #=> -2 ;TI"+proc { |a, *b, c| }.arity #=> -3 ;TI"+proc { |x:, y:, z:0| }.arity #=> 1 ;TI"+proc { |*a, x:, y:0| }.arity #=> -2 ;TI" ;TI"+proc { |a=0| }.arity #=> 0 ;TI"+lambda { |a=0| }.arity #=> -1 ;TI"+proc { |a=0, b| }.arity #=> 1 ;TI"+lambda { |a=0, b| }.arity #=> -2 ;TI"+proc { |a=0, b=0| }.arity #=> 0 ;TI"+lambda { |a=0, b=0| }.arity #=> -1 ;TI"+proc { |a, b=0| }.arity #=> 1 ;TI"+lambda { |a, b=0| }.arity #=> -2 ;TI"+proc { |(a, b), c=0| }.arity #=> 1 ;TI"+lambda { |(a, b), c=0| }.arity #=> -2 ;TI"+proc { |a, x:0, y:0| }.arity #=> 1 ;TI"*lambda { |a, x:0, y:0| }.arity #=> -2;T:@format0: @fileI"proc.c;T:0@omit_headings_from_table_of_contents_below0I"prc.arity -> integer ;T0[ I"();T@2FI" Proc;TcRDoc::NormalClass00