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