class Ven::Suite::Context::Hub

Overview

Unites instances of Context::Reader, Context::Compiler and Context::Machine.

Defined in:

ven/suite/context.cr

Instance Method Summary

Instance Method Detail

def [](*args, **options) #

[View source]
def [](*args, **options, &) #

[View source]
def []?(*args, **options) #

[View source]
def []?(*args, **options, &) #

[View source]

Returns the compiler context of this hub.


[View source]
def extend(extension : Extension) #

Loads extension into this hub.


[View source]

Returns the machine context of this hub.


[View source]

Returns the reader context of this hub.


[View source]