list of ruby operators that can be overridden/implemented
Here’s a table of the Ruby operators. The ones that are methods and overloadable are: [ ] [ ]= Element reference, element set ** Exponentiation ! ~ + – Not, complement, unary plus and minus (method names for the last two are +@ and -@) * / % Multiply, divide, and modulo + – Plus … Read more