# File lib/fog/local/storage.rb, line 23 def self.data @data ||= Hash.new do |hash, key| hash[key] = {} end end
# File lib/fog/local/storage.rb, line 42 def data self.class.data[@local_root] end
# File lib/fog/local/storage.rb, line 46 def local_root @local_root end
Generated with the Darkfish Rdoc Generator 2.