Method: CM::Plugin::Batch#normalize
- Defined in:
- lib/core/plugin/batch.rb
#normalize(reload) ⇒ Object
Plugin interface
13 14 15 16 17 18 19 20 21 22 |
# File 'lib/core/plugin/batch.rb', line 13 def normalize(reload) super codes :batch_failed @plan = delete(:plan, nil) unless reload init_resources yield if block_given? end |