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.103
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 /
Range /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
1.34
KB
-rw-r--r--
2024-06-26 17:25
%3d%3d%3d-i.ri
999
B
-rw-r--r--
2024-06-26 17:25
%3d%3d-i.ri
682
B
-rw-r--r--
2024-06-26 17:25
as_json-i.ri
371
B
-rw-r--r--
2024-06-26 17:25
begin-i.ri
435
B
-rw-r--r--
2024-06-26 17:25
bsearch-i.ri
2.57
KB
-rw-r--r--
2024-06-26 17:25
cdesc-Range.ri
4.55
KB
-rw-r--r--
2024-06-26 17:25
count-i.ri
455
B
-rw-r--r--
2024-06-26 17:25
cover%3f-i.ri
1.63
KB
-rw-r--r--
2024-06-26 17:25
each-i.ri
939
B
-rw-r--r--
2024-06-26 17:25
end-i.ri
452
B
-rw-r--r--
2024-06-26 17:25
entries-i.ri
514
B
-rw-r--r--
2024-06-26 17:25
eql%3f-i.ri
694
B
-rw-r--r--
2024-06-26 17:25
exclude_end%3f-i.ri
521
B
-rw-r--r--
2024-06-26 17:25
first-i.ri
534
B
-rw-r--r--
2024-06-26 17:25
hash-i.ri
531
B
-rw-r--r--
2024-06-26 17:25
include%3f-i.ri
841
B
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
395
B
-rw-r--r--
2024-06-26 17:25
json_create-c.ri
419
B
-rw-r--r--
2024-06-26 17:25
last-i.ri
755
B
-rw-r--r--
2024-06-26 17:25
max-i.ri
1.84
KB
-rw-r--r--
2024-06-26 17:25
member%3f-i.ri
918
B
-rw-r--r--
2024-06-26 17:25
min-i.ri
840
B
-rw-r--r--
2024-06-26 17:25
minmax-i.ri
597
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
530
B
-rw-r--r--
2024-06-26 17:25
size-i.ri
618
B
-rw-r--r--
2024-06-26 17:25
step-i.ri
1.35
KB
-rw-r--r--
2024-06-26 17:25
to_a-i.ri
589
B
-rw-r--r--
2024-06-26 17:25
to_json-i.ri
483
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
384
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI"max:ETI"Range#max;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"DReturns the maximum value in the range, or an array of maximum ;TI"7values in the range if given an \Integer argument.;To:RDoc::Markup::BlankLine o; ; [I"FFor inclusive ranges with an end, the maximum value of the range ;TI")is the same as the end of the range.;T@o; ; [ I"BIf an argument or block is given, or +self+ is an exclusive, ;TI"Dnon-numeric range, calls Enumerable#max (via +super+) with the ;TI"Gargument and/or block to get the maximum values, unless +self+ is ;TI"=a beginless range, in which case it raises a RangeError.;T@o; ; [ I"IIf +self+ is an exclusive, integer range (both start and end of the ;TI"Jrange are integers), and no arguments or block are provided, returns ;TI"Jlast value in the range (1 before the end). Otherwise, if +self+ is ;TI"5an exclusive, numeric range, raises a TypeError.;T@o; ; [ I"CReturns +nil+ if the begin value of the range larger than the ;TI"Aend value. Returns +nil+ if the begin value of an exclusive ;TI"Hrange is equal to the end value. Raises a RangeError if called on ;TI"an endless range.;T@o; ; [I"Examples:;To:RDoc::Markup::Verbatim; [I"0(10..20).max #=> 20 ;TI"6(10..20).max(2) #=> [20, 19] ;TI"0(10...20).max #=> 19 ;TI"6(10...20).max(2) #=> [19, 18] ;TI"0(10...20).max{|x, y| -x <=> -y } #=> 10 ;TI"5(10...20).max(2){|x, y| -x <=> -y } #=> [10, 11];T:@format0: @fileI"range.c;T:0@omit_headings_from_table_of_contents_below0I"�rng.max -> obj rng.max {| a,b | block } -> obj rng.max(n) -> obj rng.max(n) {| a,b | block } -> obj ;T0[ I"(*args);T@1FI" Range;TcRDoc::NormalClass00