# File lib/fog/sakuracloud/script.rb, line 39 def self.data @data ||= Hash.new do |hash, key| hash[key] = { :notes => [] } end end