Class: Directive
Defined in: | node_modules/haml-coffee/src/nodes/directive.coffee |
Inherits: | Node |
Overview
Directive node for HAML statements that change the meaning or do interact
@example include a HAML document inside of another +include 'path/to/template'[, context]
Constant Summary
Constants inherited from Node
CLEAR_WHITESPACE_LEFT, CLEAR_WHITESPACE_RIGHT
Instance Method Summary
- .evaluate() Evaluate the Haml directive.
Inherited Method Summary
Methods inherited from Node
.constructor, .addChild, .getOpener, .getCloser, .isPreserved, .isCommented, .markText, .markRunningCode, .markInsertingCode, .evaluate, .render
Instance Method Details
.evaluate()
Evaluate the Haml directive.