[Coldstuff] Method meta-data

xmath xmath@nubz.org
Mon, 7 Jan 2002 15:13:08 +0100


>You don't have an accessor to return all of the meta data for a single method

I've now made all accessors public, and only do the sanity-checks if 
the caller() wasn't root (otherwise I'd have to make separate 
+access=root and +access=pub versions: one without and one with 
checks)

(note I check against #0 instead of $root, because that's what 
Genesis does too)

and I think I've addressed all the other issues too.

new version again at:
http://www.nubz.org/method_meta.cold.txt

  - xmath