Class: Code

Defined in: node_modules/haml-coffee/src/nodes/code.coffee
Inherits: Node

Overview

Code node that represent lines of CoffeeScript code

@example inline code - for project in projects

@example Escaped code assignment = user.get('email')

@example Unescaped code assignment != user.get('email')

Constant Summary

Constants inherited from Node

CLEAR_WHITESPACE_LEFT, CLEAR_WHITESPACE_RIGHT

Instance Method Summary

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 inline code