# File lib/dragonfly/job.rb, line 399
    def ext
      meta[:ext] || (File.extname(name)[/\.(.*)/, 1] if name)
    end