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