# File lib/dragonfly/temp_object.rb, line 105
    def ext
      File.extname(name)[/\.(.*)/, 1] if name
    end