# File lib/tins/find.rb, line 36
def
exist?
finder
.
protect_from_errors
{
File
.
exist?
(
self
) }
end