TITLE ^

ClassHOW - default metaclass

DESCRIPTION ^

This file for now actually just adds a method or two into P6metaclass. In the long run, we probably need to subclass that, and make sure we have all of the methods in here that are defined in the HOW API.

Methods on P6metaclass ^

does(object, role)
Tests role membership.
dispatch(obj, name, ...)
Dispatches to method of the given name on this class or one of its parents.


parrot