Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Numeric /
[ HOME SHELL ]
Name
Size
Permission
Action
%2b%40-i.yaml
255
B
-rw-r--r--
%2d%40-i.yaml
269
B
-rw-r--r--
%3c%3d%3e-i.yaml
301
B
-rw-r--r--
abs-i.yaml
406
B
-rw-r--r--
angle-i.yaml
218
B
-rw-r--r--
arg-i.yaml
255
B
-rw-r--r--
cdesc-Numeric.yaml
1.9
KB
-rw-r--r--
ceil-i.yaml
566
B
-rw-r--r--
coerce-i.yaml
792
B
-rw-r--r--
conj-i.yaml
222
B
-rw-r--r--
conjugate-i.yaml
312
B
-rw-r--r--
div-i.yaml
393
B
-rw-r--r--
divmod-i.yaml
2.04
KB
-rw-r--r--
eql%3f-i.yaml
484
B
-rw-r--r--
fdiv-i.yaml
331
B
-rw-r--r--
floor-i.yaml
507
B
-rw-r--r--
im-i.yaml
248
B
-rw-r--r--
imag-i.yaml
218
B
-rw-r--r--
image-i.yaml
289
B
-rw-r--r--
integer%3f-i.yaml
349
B
-rw-r--r--
modulo-i.yaml
313
B
-rw-r--r--
nonzero%3f-i.yaml
706
B
-rw-r--r--
polar-i.yaml
220
B
-rw-r--r--
quo-i.yaml
329
B
-rw-r--r--
real-i.yaml
254
B
-rw-r--r--
remainder-i.yaml
596
B
-rw-r--r--
round-i.yaml
380
B
-rw-r--r--
singleton_method_added-i.yaml
330
B
-rw-r--r--
step-i.yaml
1.3
KB
-rw-r--r--
to_int-i.yaml
316
B
-rw-r--r--
truncate-i.yaml
388
B
-rw-r--r--
zero%3f-i.yaml
289
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : coerce-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "If <em>aNumeric</em> is the same type as <em>num</em>, returns an array containing <em>aNumeric</em> and <em>num</em>. Otherwise, returns an array with both <em>aNumeric</em> and <em>num</em> represented as <tt>Float</tt> objects. This coercion mechanism is used by Ruby to handle mixed-type numeric operations: it is intended to find a compatible common type between the two operands of the operator." - !ruby/struct:SM::Flow::VERB body: " 1.coerce(2.5) #=> [2.5, 1.0]\n 1.2.coerce(3) #=> [3.0, 1.2]\n 1.coerce(2) #=> [2, 1]\n" full_name: Numeric#coerce is_singleton: false name: coerce params: | num.coerce(numeric) => array visibility: public
Close