# File lib/fog/joyent/compute.rb, line 77 def self.data @data ||= Hash.new do |hash, key| hash[key] = {} end end