class Ven::Library::Core
- Ven::Library::Core
- Ven::Suite::Extension
- Reference
- Object
Defined in:
ven/library/core.crInstance Method Summary
Instance methods inherited from class Ven::Suite::Extension
load
load
Constructor methods inherited from class Ven::Suite::Extension
new(context : Context)
new
Instance Method Detail
def load
#
Description copied from class Ven::Suite::Extension
#load
is called when this extension is 'included'.
It is thus a reasonable place to define all top-level
things, i.e., the entities this extension exports.