# File lib/fog/storage/local.rb, line 52 def initialize(options={}) require 'mime/types' @local_root = ::File.expand_path(options[:local_root]) end