Knigge.Code (Knigge v1.4.1) View Source
Internal module responsible of injecting the delegations into the calling module.
Injects the actual delegations to the implementing module. For this it gets
registered as a before_compile
-hook from where it fetches all callbacks from
the behaviour and generates delegating functions for each callback.
It also defines the defdefault
macro.