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