# File lib/fog/core/collection.rb, line 102 def load(objects) clear for object in objects self << new(object) end self end