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
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
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