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