Class: Red::IllegalNode::FlipflopNode

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ FlipflopNode

Returns a new instance of FlipflopNode.



4
5
6
# File 'lib/red/nodes/illegal_nodes.rb', line 4

def initialize(*args)
  raise(BuildError::NoFlipflops, "Flip-flop operators are not supported")
end