in reply to Re^2: Object singleton method
in thread Object singleton method
I'm not sure what the benefit is of having objects that have the same class but have not all methods. Most likely, you could achieve what you want by overriding ->can and having the method fail for objects that are not the singleton object.
Otherwise, you might want to look at classless objects:
|
|---|