# File lib/fog/rackspace/models/compute_v2/server.rb, line 228 def save(options = {}) if persisted? update else create(options) end true end