module
Crygen::Modules::Mixin
Overview
Module that is used to store and add the mixins (includes and extends).
Direct including types
Defined in:
modules/mixin.crInstance Method Summary
-
#add_extend(name : String) : self
Adds an extend into object.
-
#add_include(name : String) : self
Adds an include into object.