# File lib/fog/storm_on_demand/models/compute/server.rb, line 61 def resize(options) requires :identity service.resize_server({:uniq_id => identity}.merge!(options)) true end