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