J
Jari Williamsson
How do I set data at the eigenclass level (data should basically be
connected to the class name)?
The @@my_data syntax seems to attach only to the original class in which
it was defined, not for any subclasses. And the @my_data syntax attach
to each instance.
I think I should be able to solve it "manually" with a hash, but I'm
looking for a built-in syntax for it?
Best regards,
Jari Williamsson
connected to the class name)?
The @@my_data syntax seems to attach only to the original class in which
it was defined, not for any subclasses. And the @my_data syntax attach
to each instance.
I think I should be able to solve it "manually" with a hash, but I'm
looking for a built-in syntax for it?
Best regards,
Jari Williamsson