Class: Zona::OZonesPool
- Inherits:
-
JSONPool
- Object
- JSONElement
- JSONPool
- Zona::OZonesPool
- Defined in:
- zona/OZonesPool.rb
Overview
Standard pool abstraction. To be inherited.
Instance Method Summary (collapse)
-
- (Object) each(&block)
Allows iteration on pools elements.
Methods inherited from JSONPool
Methods inherited from JSONElement
Instance Method Details
- (Object) each(&block)
Allows iteration on pools elements
62 63 64 |
# File 'zona/OZonesPool.rb', line 62 def each(&block) each_element(block) if @json_hash end |