Class: Red::IllegalNode::SymbolEvaluationNode

Inherits:
Red::IllegalNode show all
Defined in:
lib/red/illegal_nodes.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ SymbolEvaluationNode

Returns a new instance of SymbolEvaluationNode.



52
53
54
# File 'lib/red/illegal_nodes.rb', line 52

def initialize(*args)
  raise(BuildError::NoSymbolEvaluation, "Construction of JavaScript identifiers through evaluated symbols is not supported")
end