# File lib/fog/aws/dynamodb.rb, line 28 def self.data @data ||= Hash.new do |hash, key| hash[key] = { :domains => {} } end end