Understanding Boolean Operator Precedence in Ruby (&&, and, ||, or)
Operator precedence might be one of the most confusing parts of the Ruby language. Even the docs recommend you just use && and ||. Read it here
Operator precedence might be one of the most confusing parts of the Ruby language. Even the docs recommend you just use && and ||. Read it here
Post a comment