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.162
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 /
Comparable /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3d-i.ri
440
B
-rw-r--r--
2026-04-07 17:42
%3c-i.ri
425
B
-rw-r--r--
2026-04-07 17:42
%3d%3d-i.ri
477
B
-rw-r--r--
2026-04-07 17:42
%3e%3d-i.ri
443
B
-rw-r--r--
2026-04-07 17:42
%3e-i.ri
428
B
-rw-r--r--
2026-04-07 17:42
between%3f-i.ri
760
B
-rw-r--r--
2026-04-07 17:42
cdesc-Comparable.ri
2.95
KB
-rw-r--r--
2026-04-07 17:42
clamp-i.ri
1.63
KB
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI" clamp:ETI"Comparable#clamp;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"=In <code>(min, max)</code> form, returns _min_ if _obj_ ;TI"><code><=></code> _min_ is less than zero, _max_ if _obj_ ;TI"<<code><=></code> _max_ is greater than zero, and _obj_ ;TI"otherwise.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"%12.clamp(0, 100) #=> 12 ;TI"&523.clamp(0, 100) #=> 100 ;TI"$-3.123.clamp(0, 100) #=> 0 ;TI" ;TI"&'d'.clamp('a', 'f') #=> 'd' ;TI"&'z'.clamp('a', 'f') #=> 'f' ;T:@format0o; ; [ I"BIn <code>(range)</code> form, returns _range.begin_ if _obj_ ;TI"C<code><=></code> _range.begin_ is less than zero, _range.end_ ;TI"Eif _obj_ <code><=></code> _range.end_ is greater than zero, and ;TI"_obj_ otherwise.;T@o;; [I"%12.clamp(0..100) #=> 12 ;TI"&523.clamp(0..100) #=> 100 ;TI"$-3.123.clamp(0..100) #=> 0 ;TI" ;TI"&'d'.clamp('a'..'f') #=> 'd' ;TI"&'z'.clamp('a'..'f') #=> 'f' ;T; 0o; ; [I"EIf _range.begin_ is +nil+, it is considered smaller than _obj_, ;TI"@and if _range.end_ is +nil+, it is considered greater than ;TI"_obj_.;T@o;; [I"$-20.clamp(0..) #=> 0 ;TI"&523.clamp(..100) #=> 100 ;T; 0o; ; [I"AWhen _range.end_ is excluded and not +nil+, an exception is ;TI"raised.;T@o;; [I"-100.clamp(0...100) # ArgumentError;T; 0: @fileI" compar.c;T:0@omit_headings_from_table_of_contents_below0I"=obj.clamp(min, max) -> obj obj.clamp(range) -> obj ;T0[ I"(p1, p2 = v2);T@8FI"Comparable;TcRDoc::NormalModule00