Ruby - Modules and Mixins
How can you use
include to add instance methods from a module and also override one method in the class while still calling the original module method?