Create class-level methods when including a module in Ruby.
The title is important. So important it becomes our singular goal, so let’s say it together. Aloud.
Create class-level methods when including a module.
Notice I didn’t specify whether the module’s methods are instance- or class-level. I will specify that now: in my examples, all module methods will be defined as instance-level methods, but I will show [...]



