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
-
#extend(extension : Extension)
Loads extension into this hub.
- #machine : Ven::Suite::Context::Machine
- #reader : Ven::Suite::Context::Reader