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 /
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" arity:ETI"Proc#arity;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"LReturns the number of arguments that would not be ignored. If the block;TI"Gis declared to take no arguments, returns 0. If the block is known;TI"Fto take exactly n arguments, returns n. If the block has optional;TI"?arguments, return -n-1, where n is the number of mandatory;TI"Aarguments. A <code>proc</code> with no argument declarations;TI"Dis the same a block declaring <code>||</code> as its arguments.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [ I"'Proc.new {}.arity #=> 0 ;FI"'Proc.new {||}.arity #=> 0 ;FI"'Proc.new {|a|}.arity #=> 1 ;FI"'Proc.new {|a,b|}.arity #=> 2 ;FI"'Proc.new {|a,b,c|}.arity #=> 3 ;FI"'Proc.new {|*a|}.arity #=> -1 ;FI"'Proc.new {|a,*b|}.arity #=> -2 ;FI")Proc.new {|a,*b, c|}.arity #=> -3;F: @file0I"prc.arity -> fixnum ;T0[ I"();FI"proc.c;T