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