# File lib/fog/core/collection.rb, line 52
    def create(attributes = {})
      object = new(attributes)
      object.save
      object
    end