# File lib/tins/find.rb, line 52
        def suffix
          pathname.extname[1..-1] || ''
        end