class Ven::Library::System
- Ven::Library::System
- Ven::Suite::Extension
- Reference
- Object
Defined in:
ven/library/system.crConstant Summary
-
FANCY =
Fancyline.new
Instance Method Summary
- #get
-
#load
#load
is called when this extension is 'included'. - #put
-
#time
A temporary solution to measure time.
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.