# File lib/dragonfly/job.rb, line 263
    def apply
      pending_steps.each{|step| step.apply }
      self.next_step_index = steps.length
      self
    end