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.37
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 /
SortedSet /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-SortedSet.ri
1.25
KB
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::NormalClass[iI"SortedSet:EF@I"Set;Fo:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"ESortedSet implements a Set that guarantees that it's element are;TI"Eyielded in sorted order (according to the return values of their;TI",#<=> methods) when iterating over them.;To:RDoc::Markup::BlankLine o; ;[I"GAll elements that are added to a SortedSet must respond to the <=>;TI"method for comparison.;T@o; ;[ I"IAlso, all elements must be <em>mutually comparable</em>: <tt>el1 <=>;TI"Hel2</tt> must not return <tt>nil</tt> for any elements <tt>el1</tt>;TI"@and <tt>el2</tt>, else an ArgumentError will be raised when;TI""iterating over the SortedSet.;T@S:RDoc::Markup::Heading: leveli: textI"Example;T@o:RDoc::Markup::Verbatim;[I"require "set" ;FI" ;FI"6set = SortedSet.new([2, 1, 5, 6, 4, 5, 3, 3, 3]) ;FI"ary = [] ;FI" ;FI"set.each do |obj| ;FI" ary << obj ;FI" end ;FI" ;FI"#p ary # => [1, 2, 3, 4, 5, 6] ;FI" ;FI"'set2 = SortedSet.new([1, 2, "3"]) ;FI"[set2.each { |obj| } # => raises ArgumentError: comparison of Fixnum with String failed;F: @fileI"lib/set.rb;T;0[ [ [ [[I" class;F[[:public[ [:protected[ [:private[ [I" instance;F[[;[ [;[ [;[