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 /
ruby34 /
share /
ri /
system /
Range /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
1006
B
-rw-r--r--
2026-04-07 16:51
%3d%3d%3d-i.ri
1.14
KB
-rw-r--r--
2026-04-07 16:51
%3d%3d-i.ri
1.25
KB
-rw-r--r--
2026-04-07 16:51
as_json-i.ri
1.09
KB
-rw-r--r--
2026-04-07 16:51
begin-i.ri
507
B
-rw-r--r--
2026-04-07 16:51
bsearch-i.ri
444
B
-rw-r--r--
2026-04-07 16:51
cdesc-Range.ri
10.67
KB
-rw-r--r--
2026-04-07 16:51
count-i.ri
1.24
KB
-rw-r--r--
2026-04-07 16:51
cover%3f-i.ri
4.44
KB
-rw-r--r--
2026-04-07 16:51
each-i.ri
697
B
-rw-r--r--
2026-04-07 16:51
end-i.ri
520
B
-rw-r--r--
2026-04-07 16:51
entries-i.ri
580
B
-rw-r--r--
2026-04-07 16:51
eql%3f-i.ri
1.27
KB
-rw-r--r--
2026-04-07 16:51
exclude_end%3f-i.ri
647
B
-rw-r--r--
2026-04-07 16:51
first-i.ri
847
B
-rw-r--r--
2026-04-07 16:51
hash-i.ri
499
B
-rw-r--r--
2026-04-07 16:51
include%3f-i.ri
1.14
KB
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
796
B
-rw-r--r--
2026-04-07 16:51
json_create-c.ri
309
B
-rw-r--r--
2026-04-07 16:51
last-i.ri
1.23
KB
-rw-r--r--
2026-04-07 16:51
max-i.ri
3
KB
-rw-r--r--
2026-04-07 16:51
member%3f-i.ri
1.18
KB
-rw-r--r--
2026-04-07 16:51
min-i.ri
3
KB
-rw-r--r--
2026-04-07 16:51
minmax-i.ri
1.99
KB
-rw-r--r--
2026-04-07 16:51
new-c.ri
818
B
-rw-r--r--
2026-04-07 16:51
overlap%3f-i.ri
2.71
KB
-rw-r--r--
2026-04-07 16:51
reverse_each-i.ri
785
B
-rw-r--r--
2026-04-07 16:51
size-i.ri
810
B
-rw-r--r--
2026-04-07 16:51
step-i.ri
3.16
KB
-rw-r--r--
2026-04-07 16:51
to_a-i.ri
597
B
-rw-r--r--
2026-04-07 16:51
to_json-i.ri
688
B
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
772
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"minmax:ETI"Range#minmax;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"SReturns a 2-element array containing the minimum and maximum value in +self+, ;TI"Jeither 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