# File lib/fog/storm_on_demand/compute.rb, line 65 def self.reset_data(keys=data.keys) for key in [*keys] data.delete(key) end end