| Class | OpenCollection |
| In: |
lib/more/facets/opencollection.rb
|
| Parent: | Object |
Mapping OpenObject.
# File lib/more/facets/opencollection.rb, line 30
30: def initialize(*hash)
31: @opens = hash.map do |h|
32: OpenObject.new(h)
33: end
34: end