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 /
ruby19 /
share /
ri /
1.9.1 /
system /
Comparable /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3d-i.ri
328
B
-rw-r--r--
2023-07-26 17:26
%3c-i.ri
320
B
-rw-r--r--
2023-07-26 17:26
%3d%3d-i.ri
388
B
-rw-r--r--
2023-07-26 17:26
%3e%3d-i.ri
327
B
-rw-r--r--
2023-07-26 17:26
%3e-i.ri
319
B
-rw-r--r--
2023-07-26 17:26
between%3f-i.ri
686
B
-rw-r--r--
2023-07-26 17:26
cdesc-Comparable.ri
1.7
KB
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::NormalModule[iI"Comparable:ET@0o:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"GThe <code>Comparable</code> mixin is used by classes whose objects;TI"Imay be ordered. The class must define the <code><=></code> operator,;TI"Iwhich compares the receiver against another object, returning -1, 0,;TI"Gor +1 depending on whether the receiver is less than, equal to, or;TI"Igreater 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"H<code><=></code> to implement the conventional comparison operators;TI"H(<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 ;FI" include Comparable ;FI" attr :str ;FI" def <=>(anOther) ;FI"' str.size <=> anOther.str.size ;FI" end ;FI" def initialize(str) ;FI" @str = str ;FI" end ;FI" def inspect ;FI" @str ;FI" end ;FI" end ;FI" ;FI"s1 = SizeMatters.new("Z") ;FI" s2 = SizeMatters.new("YY") ;FI"!s3 = SizeMatters.new("XXX") ;FI""s4 = SizeMatters.new("WWWW") ;FI"#s5 = SizeMatters.new("VVVVV") ;FI" ;FI",s1 < s2 #=> true ;FI"-s4.between?(s1, s3) #=> false ;FI",s4.between?(s3, s5) #=> true ;FI"@[ s3, s2, s5, s4, s1 ].sort #=> [Z, YY, XXX, WWWW, VVVVV];F: @fileI" compar.c;T;0[ [ [ [[I" class;F[[:public[ [:protected[ [:private[ [I" instance;F[[; [[I"<;T@3[I"<=;T@3[I"==;T@3[I">;T@3[I">=;T@3[I" between?;T@3[;[ [;[