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.188
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
Numeric /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
496
B
-rw-r--r--
2024-06-26 17:25
%2b%40-i.ri
309
B
-rw-r--r--
2024-06-26 17:25
%2d%40-i.ri
323
B
-rw-r--r--
2024-06-26 17:25
%3c%3d%3e-i.ri
361
B
-rw-r--r--
2024-06-26 17:25
abs-i.ri
594
B
-rw-r--r--
2024-06-26 17:25
abs2-i.ri
307
B
-rw-r--r--
2024-06-26 17:25
angle-i.ri
324
B
-rw-r--r--
2024-06-26 17:25
arg-i.ri
422
B
-rw-r--r--
2024-06-26 17:25
cdesc-Numeric.ri
3.63
KB
-rw-r--r--
2024-06-26 17:25
ceil-i.ri
568
B
-rw-r--r--
2024-06-26 17:25
clone-i.ri
355
B
-rw-r--r--
2024-06-26 17:25
coerce-i.ri
866
B
-rw-r--r--
2024-06-26 17:25
conj-i.ri
292
B
-rw-r--r--
2024-06-26 17:25
conjugate-i.ri
351
B
-rw-r--r--
2024-06-26 17:25
denominator-i.ri
351
B
-rw-r--r--
2024-06-26 17:25
div-i.ri
569
B
-rw-r--r--
2024-06-26 17:25
divmod-i.ri
2.1
KB
-rw-r--r--
2024-06-26 17:25
dup-i.ri
301
B
-rw-r--r--
2024-06-26 17:25
eql%3f-i.ri
617
B
-rw-r--r--
2024-06-26 17:25
fdiv-i.ri
319
B
-rw-r--r--
2024-06-26 17:25
finite%3f-i.ri
372
B
-rw-r--r--
2024-06-26 17:25
floor-i.ri
568
B
-rw-r--r--
2024-06-26 17:25
i-i.ri
490
B
-rw-r--r--
2024-06-26 17:25
imag-i.ri
292
B
-rw-r--r--
2024-06-26 17:25
imaginary-i.ri
345
B
-rw-r--r--
2024-06-26 17:25
infinite%3f-i.ri
431
B
-rw-r--r--
2024-06-26 17:25
integer%3f-i.ri
472
B
-rw-r--r--
2024-06-26 17:25
magnitude-i.ri
540
B
-rw-r--r--
2024-06-26 17:25
modulo-i.ri
465
B
-rw-r--r--
2024-06-26 17:25
negative%3f-i.ri
347
B
-rw-r--r--
2024-06-26 17:25
nonzero%3f-i.ri
681
B
-rw-r--r--
2024-06-26 17:25
numerator-i.ri
325
B
-rw-r--r--
2024-06-26 17:25
phase-i.ri
324
B
-rw-r--r--
2024-06-26 17:25
polar-i.ri
325
B
-rw-r--r--
2024-06-26 17:25
positive%3f-i.ri
350
B
-rw-r--r--
2024-06-26 17:25
quo-i.ri
400
B
-rw-r--r--
2024-06-26 17:25
real%3f-i.ri
356
B
-rw-r--r--
2024-06-26 17:25
real-i.ri
297
B
-rw-r--r--
2024-06-26 17:25
rect-i.ri
308
B
-rw-r--r--
2024-06-26 17:25
rectangular-i.ri
368
B
-rw-r--r--
2024-06-26 17:25
remainder-i.ri
437
B
-rw-r--r--
2024-06-26 17:25
round-i.ri
556
B
-rw-r--r--
2024-06-26 17:25
step-i.ri
2.52
KB
-rw-r--r--
2024-06-26 17:25
to_c-i.ri
318
B
-rw-r--r--
2024-06-26 17:25
to_int-i.ri
542
B
-rw-r--r--
2024-06-26 17:25
truncate-i.ri
561
B
-rw-r--r--
2024-06-26 17:25
zero%3f-i.ri
337
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::NormalClass[iI"Numeric:ET@I"Object;To:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"UNumeric is the class from which all higher-level numeric classes should inherit.;To:RDoc::Markup::BlankLine o; ;[I"`Numeric allows instantiation of heap-allocated objects. Other core numeric classes such as ;TI"`Integer are implemented as immediates, which means that each Integer is a single immutable ;TI",object which is always passed by value.;T@o:RDoc::Markup::Verbatim;[I"a = 1 ;TI"+1.object_id == a.object_id #=> true ;T:@format0o; ;[I"\There can only ever be one instance of the integer +1+, for example. Ruby ensures this ;TI"]by preventing instantiation. If duplication is attempted, the same instance is returned.;T@o;;[I"bInteger.new(1) #=> NoMethodError: undefined method `new' for Integer:Class ;TI",1.dup #=> 1 ;TI"/1.object_id == 1.dup.object_id #=> true ;T;0o; ;[I"QFor this reason, Numeric should be used when defining other numeric classes.;T@o; ;[I"\Classes which inherit from Numeric must implement +coerce+, which returns a two-member ;TI"XArray containing an object that has been coerced into an instance of the new class ;TI"and +self+ (see #coerce).;T@o; ;[ I"[Inheriting classes should also implement arithmetic operator methods (<code>+</code>, ;TI"_<code>-</code>, <code>*</code> and <code>/</code>) and the <code><=></code> operator (see ;TI"UComparable). These methods may rely on +coerce+ to ensure interoperability with ;TI"(instances of other numeric classes.;T@o;;[.I"class Tally < Numeric ;TI" def initialize(string) ;TI" @string = string ;TI" end ;TI" ;TI" def to_s ;TI" @string ;TI" end ;TI" ;TI" def to_i ;TI" @string.size ;TI" end ;TI" ;TI" def coerce(other) ;TI"2 [self.class.new('|' * other.to_i), self] ;TI" end ;TI" ;TI" def <=>(other) ;TI" to_i <=> other.to_i ;TI" end ;TI" ;TI" def +(other) ;TI"3 self.class.new('|' * (to_i + other.to_i)) ;TI" end ;TI" ;TI" def -(other) ;TI"3 self.class.new('|' * (to_i - other.to_i)) ;TI" end ;TI" ;TI" def *(other) ;TI"3 self.class.new('|' * (to_i * other.to_i)) ;TI" end ;TI" ;TI" def /(other) ;TI"3 self.class.new('|' * (to_i / other.to_i)) ;TI" end ;TI" end ;TI" ;TI"tally = Tally.new('||') ;TI"*puts tally * 2 #=> "||||" ;TI"'puts tally > 1 #=> true;T;0: @fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0; 0;0[ [ [[I"Comparable;To;;[ ; @\;0I"numeric.c;T[[I" class;T[[:public[ [:protected[ [:private[ [I" instance;T[[;[ [;[ [;[3[I"%;T@d[I"+@;T@d[I"-@;T@d[I"<=>;T@d[I"abs;T@d[I" abs2;TI"complex.c;T[I" angle;T@[I"arg;T@[I" ceil;T@d[I" clone;T@d[I"coerce;T@d[I" conj;T@[I"conjugate;T@[I"denominator;TI"rational.c;T[I"div;T@d[I"divmod;T@d[I"dup;T@d[I" eql?;T@d[I" fdiv;T@d[I"finite?;T@d[I" floor;T@d[I"i;T@d[I" imag;T@[I"imaginary;T@[I"infinite?;T@d[I" integer?;T@d[I"magnitude;T@d[I"modulo;T@d[I"negative?;T@d[I" nonzero?;T@d[I"numerator;T@�[I" phase;T@[I" polar;T@[I"positive?;T@d[I"quo;T@�[I" real;T@[I" real?;T@d[I" rect;T@[I"rectangular;T@[I"remainder;T@d[I" round;T@d[I" step;T@d[I" to_c;T@[I"to_int;T@d[I" truncate;T@d[I" zero?;T@d[ [U:RDoc::Context::Section[i 0o;;[ ; 0;0[I"complex.c;TI"numeric.c;TI"rational.c;T@\cRDoc::TopLevel