Object
# File lib/fog/storage/local.rb, line 52 def initialize(options={}) require 'mime/types' @local_root = ::File.expand_path(options[:local_root]) end
# File lib/fog/storage/local.rb, line 57 def local_root @local_root end
# File lib/fog/storage/local.rb, line 61 def path_to(partial) ::File.join(@local_root, partial) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.