module Tins::Find::PathExtension

def file

def file
  if stat.file?
    File.new(self)
  end
end