Top Level Namespace
Defined Under Namespace
Modules: Maroon Classes: AbstractSyntaxTree, AstRewritter, Context, ContextAsserter, ContextAsserterBase, DependencyGraph, DependencyGraphModel, ImmutableQueue, ImmutableStack, InterpretationContext, Tokens, Transformer
Instance Method Summary collapse
Instance Method Details
#context(*args, &b) ⇒ Object
4 5 6 |
# File 'lib/maroon/kernel.rb', line 4 def context(*args, &b) Context.define *args, &b end |