Closed banister closed 14 years ago
should work now! problem was a silly bug that used RCLASS_IV_TBL(klass) instead of RCLASS_IV_TBL(meta) - so was creating a new IV_TBL for klass when it should have just been pointing at the IV_TBL of the module itself (where the constants are stored).