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