-
Notifications
You must be signed in to change notification settings - Fork 1
This gem circumvents the "dynamic module include" (aka "double inclusion") problem, which is the fact that M.module_eval { include N } does not make the methods of module N available to modules and classes which had included module M beforehand, only to the ones that include it thereafter.
adrianomitre/retroactive_module_inclusion
ErrorLooks like something went wrong!
About
This gem circumvents the "dynamic module include" (aka "double inclusion") problem, which is the fact that M.module_eval { include N } does not make the methods of module N available to modules and classes which had included module M beforehand, only to the ones that include it thereafter.
Resources
Stars
Watchers
Forks
Packages 0
No packages published