Replaced Subclasses with Relations.
Using that implemented subclasses and mixed_into exports. Relations provides access to 3 things: - class lookup by name - subclass lookup by class - mixed into classes lookup by class So now we have just one object to pass around for these purposes.
Loading
Please sign in to comment