Class: Red::IllegalNode::RegexEvaluationNode

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ RegexEvaluationNode

Returns a new instance of RegexEvaluationNode.



22
23
24
# File 'lib/red/nodes/illegal_nodes.rb', line 22

def initialize(*args)
  raise(BuildError::NoRegexEvaluation, "Construction of regular expressions with evaluated content is not supported")
end