# File lib/dragonfly/file_data_store.rb, line 25 def destroy(path) FileUtils.rm_f meta_path(path) end