| Server IP : 162.214.74.102 / Your IP : 216.73.217.21 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/opt/cpanel/ea-ruby24/root/usr/share/ri/system/syntax/ |
Upload File : |
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