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