...

/

Logical Operators

Logical Operators

Learn about logical operators and how we use them in Ruby.

Logical operators are also, maybe more commonly, called boolean operators.

Boolean logic and its origin

The term “boolean” originates from the book The Mathematical Analysis of Logic, written by George Boole in 18471847. Boolean logic has been fundamental in the development of computers and programming because at their core, computers are all ...