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