Include, extend, and then get fancy.
include: makes instance methods from module as instance methods
When you include a module inside class.
All the instance method from the module becomes instance method for the instances of that class.
All singleton or class methods from the module...
tenzinchemi.in2 min read