# File lib/more/facets/opencollection.rb, line 30
  def initialize(*hash)
    @opens = hash.map do |h|
      OpenObject.new(h)
    end
  end