Class: Rubu::StepAged
Overview
Date based Step.
Instance Attribute Summary
Attributes inherited from Step
Attributes inherited from Move
#errmsg, #output, #status, #subs
Instance Method Summary collapse
-
#update? ⇒ Boolean
Update if Step source is newer than target.
Methods inherited from Step
#date_update?, #fork, #initialize, #mark_update?, #rbrun, #rbuse, #run, #setup, #shrun, #shuse, #source, #step, #target, use, usezip, #walk, zip
Methods included from MoveStyles
Methods inherited from Move
#display, #error, #host, #host_in, #host_out, #initialize, #use, #warn
Constructor Details
This class inherits a constructor from Rubu::Step
Instance Method Details
#update? ⇒ Boolean
Update if Step source is newer than target.
697 698 699 |
# File 'lib/rubu.rb', line 697 def update? Order[ :force ] || date_update? end |