A class can include any number of modules.
If there are two modules with the same method name,
then the module which was included later wins.
As we can see, both the modules
have the same method name
.
In this case, the module that was
included later wins. Change
the order of the modules inside
the class and then notice how
the result changes.