lib/stashify/file/local.rb in stashify-3.0.0 vs lib/stashify/file/local.rb in stashify-3.1.0
- old
+ new
@@ -14,8 +14,12 @@
end
def delete
::File.delete(path)
end
+
+ def exists?
+ ::File.exist?(path)
+ end
end
end
end