Our module has been extended in a class; we can only add the Instance methods, which become class methods in the class.
Our module has been included in a class, which means the class gets the class methods and all of its instances get the instance methods.
[Validate]