The Or Equals Operator And Its Affect on Assignment

Matt Croak Code
6 min readJul 30, 2017

The or equals operator, also known as the double pipe equals operator, is utilized in a myriad of programming languages. I will be discussing the operator’s functionality as it pertains to Ruby. So let’s get started shall we?

--

--