53 54 55 56 57
# File 'lib/fog/compute/linode.rb', line 53 def self.data @data ||= Hash.new do |hash, key| hash[key] = {} end end