Class: Red::IllegalNode::PostexeNode

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ PostexeNode

Returns a new instance of PostexeNode.



16
17
18
# File 'lib/red/nodes/illegal_nodes.rb', line 16

def initialize(*args)
  raise(BuildError::NoENDBlocks, "END blocks are not supported")
end