moka
moka copied to clipboard
name is not set on objects until call to +name
Change this!
http://www.opensource.apple.com/source/gcc/gcc-1640/libobjc/class.c
specifically on class objects name property is not set, it does seem to be on metaclass objects
Just implemented so class object name property set by message send to +name at instantiation... maybe this should be simpler