Class: Ruleby::Ferrari::AndContainer
- Inherits:
-
Array
- Object
- Array
- Ruleby::Ferrari::AndContainer
- Defined in:
- lib/dsl/ferrari.rb
Instance Method Summary collapse
Instance Method Details
#build(builder) ⇒ Object
82 83 84 85 86 |
# File 'lib/dsl/ferrari.rb', line 82 def build(builder) self.each do |x| x.build builder end end |