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.198
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 /
syntax /
Delete
Unzip
Name
Size
Permission
Date
Action
page-assignment_rdoc.ri
14.94
KB
-rw-r--r--
2024-06-26 17:25
page-calling_methods_rdoc.ri
14.4
KB
-rw-r--r--
2024-06-26 17:25
page-comments_rdoc.ri
9.28
KB
-rw-r--r--
2024-06-26 17:25
page-control_expressions_rdoc.ri
18.25
KB
-rw-r--r--
2024-06-26 17:25
page-exceptions_rdoc.ri
3.06
KB
-rw-r--r--
2024-06-26 17:25
page-literals_rdoc.ri
14.55
KB
-rw-r--r--
2024-06-26 17:25
page-methods_rdoc.ri
21.31
KB
-rw-r--r--
2024-06-26 17:25
page-miscellaneous_rdoc.ri
4.96
KB
-rw-r--r--
2024-06-26 17:25
page-modules_and_classes_rdoc.ri
10.9
KB
-rw-r--r--
2024-06-26 17:25
page-pattern_matching_rdoc.ri
16.64
KB
-rw-r--r--
2024-06-26 17:25
page-precedence_rdoc.ri
1.77
KB
-rw-r--r--
2024-06-26 17:25
page-refinements_rdoc.ri
9.12
KB
-rw-r--r--
2024-06-26 17:25
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"Akeywords. For example, this is a modifier-unless statement:;T@ o;;[I"a += 1 unless a.zero? ;T;0o; ;[I"RNote that <code>(a if b rescue c)</code> is parsed as <code>((a if b) rescue ;TI"Gc)</code> due to reasons not related to precedence. See {modifier ;TI"Jstatements}[control_expressions_rdoc.html#label-Modifier+Statements].;T@ o; ;[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