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 /
ruby20 /
share /
ri /
2.0.0 /
system /
Proc /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d%3d-i.ri
455
B
-rw-r--r--
2023-07-26 17:38
%5b%5d-i.ri
1.65
KB
-rw-r--r--
2023-07-26 17:38
arity-i.ri
1.48
KB
-rw-r--r--
2023-07-26 17:38
binding-i.ri
661
B
-rw-r--r--
2023-07-26 17:38
call-i.ri
1.65
KB
-rw-r--r--
2023-07-26 17:38
cdesc-Proc.ri
1.17
KB
-rw-r--r--
2023-07-26 17:38
curry-i.ri
2.03
KB
-rw-r--r--
2023-07-26 17:38
hash-i.ri
325
B
-rw-r--r--
2023-07-26 17:38
inspect-i.ri
216
B
-rw-r--r--
2023-07-26 17:38
lambda%3f-i.ri
3.52
KB
-rw-r--r--
2023-07-26 17:38
new-c.ri
768
B
-rw-r--r--
2023-07-26 17:38
parameters-i.ri
512
B
-rw-r--r--
2023-07-26 17:38
source_location-i.ri
453
B
-rw-r--r--
2023-07-26 17:38
to_proc-i.ri
429
B
-rw-r--r--
2023-07-26 17:38
to_s-i.ri
413
B
-rw-r--r--
2023-07-26 17:38
yield-i.ri
1.65
KB
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI" arity:ETI"Proc#arity;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"MReturns the number of arguments that would not be ignored. If the block ;TI"His declared to take no arguments, returns 0. If the block is known ;TI"Gto take exactly n arguments, returns n. If the block has optional ;TI"@arguments, return -n-1, where n is the number of mandatory ;TI"Barguments. 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 {}.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" ;TI"*proc { |x = 0| }.arity #=> 0 ;TI"+lambda { |a = 0| }.arity #=> -1 ;TI"*proc { |x=0, y| }.arity #=> 0 ;TI"+lambda { |x=0, y| }.arity #=> -2 ;TI"*proc { |x=0, y=0| }.arity #=> 0 ;TI"+lambda { |x=0, y=0| }.arity #=> -1 ;TI"*proc { |x, y=0| }.arity #=> 1 ;TI"+lambda { |x, y=0| }.arity #=> -2 ;TI"*proc { |(x, y), z=0| }.arity #=> 1 ;TI"*lambda { |(x, y), z=0| }.arity #=> -2;T:@format0: @fileI"proc.c;T:0@omit_headings_from_table_of_contents_below0I"prc.arity -> fixnum ;T0[ I"();T@)FI" Proc;TcRDoc::NormalClass0