Class: Dragonfly::Job::Generate
Instance Attribute Summary
Attributes inherited from Step
Instance Method Summary collapse
Methods inherited from Step
abbreviation, basename, #init, #initialize, #inspect, step_name
Constructor Details
This class inherits a constructor from Dragonfly::Job::Step
Instance Method Details
#apply ⇒ Object
101 102 103 104 |
# File 'lib/dragonfly/job.rb', line 101 def apply content, = job.app.generator.generate(*args) job.update(content, ) end |