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