# File lib/tins/find.rb, line 78
      def file
        if stat.file?
          File.new(self)
        end
      end