# File lib/more/facets/opencollection.rb, line 36
  def method_missing(sym)
    @opens.map do |o|
      o.send(sym)
    end
  end