class Ven::Suite::Context::Hub
- Ven::Suite::Context::Hub
- Reference
- Object
Overview
Unites instances of Context::Reader
, Context::Compiler
and Context::Machine
.
Defined in:
ven/suite/context.crInstance Method Summary
- #[](*args, **options)
- #[](*args, **options, &)
- #[]?(*args, **options)
- #[]?(*args, **options, &)
-
#compiler : Ven::Suite::Context::Compiler
Returns the compiler context of this hub.
-
#extend(extension : Extension)
Loads extension into this hub.
-
#machine : Ven::Suite::Context::Machine
Returns the machine context of this hub.
-
#reader : Ven::Suite::Context::Reader
Returns the reader context of this hub.