class Macros::Block
Overview
A code block.
Superclass hierarchy
Object
Reference
Macros::ASTNode
Macros::Block
Defined in:
Instance Method Summary
#args
: ArrayLiteral(MacroId)
Returns the blocks arguments.
#body
: ASTNode
Returns the block's body, if any.
Instance Method Detail
def
args
:
Macros::ArrayLiteral
(
MacroId
)
Returns the blocks arguments.
def
body
:
ASTNode
Returns the block's body, if any.