Object
# File lib/dragonfly/job_builder.rb, line 4 def initialize(&block) @block = block end
# File lib/dragonfly/job_builder.rb, line 8 def build(job, *args) evaluate_block(job, false, *args) end
# File lib/dragonfly/job_builder.rb, line 12 def build!(job, *args) evaluate_block(job, true, *args) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.