class Ven::Library::System

Defined in:

ven/library/system.cr

Constant Summary

FANCY = Fancyline.new

Instance 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 get #

[View source]
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.


[View source]
def put #

[View source]
def time #

A temporary solution to measure time.


[View source]