Class: Red::IllegalNode::UndefNode
- Inherits:
-
Red::IllegalNode
- Object
- Red::IllegalNode
- Red::IllegalNode::UndefNode
- Defined in:
- lib/red/illegal_nodes.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(*args) ⇒ UndefNode
constructor
A new instance of UndefNode.
Constructor Details
#initialize(*args) ⇒ UndefNode
Returns a new instance of UndefNode.
58 59 60 |
# File 'lib/red/illegal_nodes.rb', line 58 def initialize(*args) raise(BuildError::NoUndef, "JavaScript does not support undefinition of methods") end |