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.45
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 /
Comparable /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3d-i.ri
414
B
-rw-r--r--
2023-07-26 17:38
%3c-i.ri
406
B
-rw-r--r--
2023-07-26 17:38
%3d%3d-i.ri
615
B
-rw-r--r--
2023-07-26 17:38
%3e%3d-i.ri
413
B
-rw-r--r--
2023-07-26 17:38
%3e-i.ri
405
B
-rw-r--r--
2023-07-26 17:38
between%3f-i.ri
783
B
-rw-r--r--
2023-07-26 17:38
cdesc-Comparable.ri
1.85
KB
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::NormalModule[iI"Comparable:ET@0o:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"HThe <code>Comparable</code> mixin is used by classes whose objects ;TI"Jmay be ordered. The class must define the <code><=></code> operator, ;TI"Jwhich compares the receiver against another object, returning -1, 0, ;TI"Hor +1 depending on whether the receiver is less than, equal to, or ;TI"Jgreater than the other object. If the other object is not comparable ;TI";then the <code><=></code> operator should return nil. ;TI""<code>Comparable</code> uses ;TI"I<code><=></code> to implement the conventional comparison operators ;TI"I(<code><</code>, <code><=</code>, <code>==</code>, <code>>=</code>, ;TI">and <code>></code>) and the method <code>between?</code>.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim;[I"class SizeMatters ;TI" include Comparable ;TI" attr :str ;TI" def <=>(anOther) ;TI"' str.size <=> anOther.str.size ;TI" end ;TI" def initialize(str) ;TI" @str = str ;TI" end ;TI" def inspect ;TI" @str ;TI" end ;TI" end ;TI" ;TI"s1 = SizeMatters.new("Z") ;TI" s2 = SizeMatters.new("YY") ;TI"!s3 = SizeMatters.new("XXX") ;TI""s4 = SizeMatters.new("WWWW") ;TI"#s5 = SizeMatters.new("VVVVV") ;TI" ;TI",s1 < s2 #=> true ;TI"-s4.between?(s1, s3) #=> false ;TI",s4.between?(s3, s5) #=> true ;TI"@[ s3, s2, s5, s4, s1 ].sort #=> [Z, YY, XXX, WWWW, VVVVV];T:@format0: @fileI" compar.c;T:0@omit_headings_from_table_of_contents_below0; 0;0[ [ [ [[I" class;T[[:public[ [:protected[ [:private[ [I" instance;T[[;[[I"<;TI" compar.c;T[I"<=;T@H[I"==;T@H[I">;T@H[I">=;T@H[I" between?;T@H[;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ; 0;0[@3@3cRDoc::TopLevel