Class: Ruleby::Ferrari::OrContainer

Inherits:
Array
  • Object
show all
Defined in:
lib/dsl/ferrari.rb

Instance Method Summary collapse

Instance Method Details

#build(builder) ⇒ Object



90
91
92
93
94
# File 'lib/dsl/ferrari.rb', line 90

def build(builder)
  # OrContainers are never built, they just contain containers that
  # will be transformed into AndContainers.
  raise 'Invalid Syntax'
end