Ruby - Inheritance
You want to override a method
calculate in a child class but also add extra behavior before and after calling the parent's method. Which is the correct way to do this in Ruby?