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