Module Multiton::Inclusive
In: lib/more/facets/multiton.rb

Multiton can be included in another module, in which case that module effectively becomes a multiton behavior distributor too. This is why we propogate included to the base module. by putting it in another module.

[Validate]