Ruby - Operators and Expressions
You want to create a class
Money where the + operator adds amounts but only if currencies match. How would you implement the + method?