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.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
Range /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
1.09
KB
-rw-r--r--
2026-04-07 17:42
%3d%3d%3d-i.ri
1.14
KB
-rw-r--r--
2026-04-07 17:42
%3d%3d-i.ri
1.25
KB
-rw-r--r--
2026-04-07 17:42
as_json-i.ri
371
B
-rw-r--r--
2026-04-07 17:42
begin-i.ri
508
B
-rw-r--r--
2026-04-07 17:42
bsearch-i.ri
445
B
-rw-r--r--
2026-04-07 17:42
cdesc-Range.ri
10
KB
-rw-r--r--
2026-04-07 17:42
count-i.ri
1.24
KB
-rw-r--r--
2026-04-07 17:42
cover%3f-i.ri
4.44
KB
-rw-r--r--
2026-04-07 17:42
each-i.ri
698
B
-rw-r--r--
2026-04-07 17:42
end-i.ri
521
B
-rw-r--r--
2026-04-07 17:42
entries-i.ri
638
B
-rw-r--r--
2026-04-07 17:42
eql%3f-i.ri
1.27
KB
-rw-r--r--
2026-04-07 17:42
exclude_end%3f-i.ri
648
B
-rw-r--r--
2026-04-07 17:42
first-i.ri
848
B
-rw-r--r--
2026-04-07 17:42
hash-i.ri
500
B
-rw-r--r--
2026-04-07 17:42
include%3f-i.ri
1.21
KB
-rw-r--r--
2026-04-07 17:42
inspect-i.ri
797
B
-rw-r--r--
2026-04-07 17:42
json_create-c.ri
419
B
-rw-r--r--
2026-04-07 17:42
last-i.ri
1.23
KB
-rw-r--r--
2026-04-07 17:42
max-i.ri
3
KB
-rw-r--r--
2026-04-07 17:42
member%3f-i.ri
1.24
KB
-rw-r--r--
2026-04-07 17:42
min-i.ri
3
KB
-rw-r--r--
2026-04-07 17:42
minmax-i.ri
1.99
KB
-rw-r--r--
2026-04-07 17:42
new-c.ri
819
B
-rw-r--r--
2026-04-07 17:42
size-i.ri
663
B
-rw-r--r--
2026-04-07 17:42
step-i.ri
1.52
KB
-rw-r--r--
2026-04-07 17:42
to_a-i.ri
655
B
-rw-r--r--
2026-04-07 17:42
to_json-i.ri
483
B
-rw-r--r--
2026-04-07 17:42
to_s-i.ri
773
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"minmax:ETI"Range#minmax;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"SReturns a 2-element array containing the minimum and maximum value in +self+, ;TI"Ieither according to comparison method <tt><=></tt> or a given block.;To:RDoc::Markup::BlankLine o; ; [I"BWith no block given, returns the minimum and maximum values, ;TI"'using <tt><=></tt> for comparison:;T@o:RDoc::Markup::Verbatim; [ I"#(1..4).minmax # => [1, 4] ;TI"#(1...4).minmax # => [1, 3] ;TI"'('a'..'d').minmax # => ["a", "d"] ;TI"%(-4..-1).minmax # => [-4, -1] ;T:@format0o; ; [I":With a block given, the block must return an integer:;T@o:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I")Negative if +a+ is smaller than +b+.;To;;0; [o; ; [I"#Zero if +a+ and +b+ are equal.;To;;0; [o; ; [I"(Positive if +a+ is larger than +b+.;T@o; ; [I"GThe block is called <tt>self.size</tt> times to compare elements; ;TI"Vreturns a 2-element Array containing the minimum and maximum values from +self+, ;TI"per the block:;T@o;; [I"4(1..4).minmax {|a, b| -(a <=> b) } # => [4, 1] ;T; 0o; ; [I"$Returns <tt>[nil, nil]</tt> if:;T@o;;;;[o;;0; [o; ; [I"?The begin value of the range is larger than the end value:;T@o;; [I"8(4..1).minmax # => [nil, nil] ;TI"8(4..1).minmax {|a, b| -(a <=> b) } # => [nil, nil] ;T; 0o;;0; [o; ; [I"EThe begin value of an exclusive range is equal to the end value:;T@o;; [I"=(1...1).minmax # => [nil, nil] ;TI"=(1...1).minmax {|a, b| -(a <=> b) } # => [nil, nil] ;T; 0o; ; [I"FRaises an exception if +self+ is a beginless or an endless range.;T@o; ; [I"#Related: Range#min, Range#max.;T: @fileI"range.c;T:0@omit_headings_from_table_of_contents_below0I"Iminmax -> [object, object] minmax {|a, b| ... } -> [object, object] ;T0[ I"();T@SFI" Range;TcRDoc::NormalClass00