Hi,
Just 2 questions:
-
How can I mixin a class method (not an instance method)?
-
How can I force a certain method to be called when the an object of a
class that includes that module is initialized? Sort of like a mixin
initialize…
TIA
Michael Garriss