# File lib/dragonfly/job.rb, line 139
      def filename
        @filename ||= File.basename(path) if path[/[^\/]$/]
      end