Møøse
Meta Object Protocol is the API to the Object System
Foo->meta->add_method('bar' => sub { print "Hello from Foo->bar" });
Foo->meta->superclasses;
Foo->meta->compute_all_applicable_methods;
...
<< Previous
|
Index
|
Next >>
Copyright © 2006 Stevan Little