# File lib/dragonfly/job.rb, line 281
    def to_a
      steps.map{|step|
        [step.class.abbreviation, *step.args]
      }
    end