# File lib/tins/find.rb, line 22
        def file
          finder.protect_from_errors do
            File.new(self) if file?
          end
        end