# File lib/dragonfly/job.rb, line 44
      def initialize(job, *args)
        @job, @args = job, args
        init
      end