lib/multi_encoder/storage/filesystem.rb in multi_encoder-0.0.6 vs lib/multi_encoder/storage/filesystem.rb in multi_encoder-0.0.7
- old
+ new
@@ -22,12 +22,8 @@
def exists?
file_path.exist?
end
- private
- def eps_path
- "/tmp/#{@contents}.eps"
- end
end
end
end