Method: CM::Resource::Plan#normalize

Defined in:
lib/CM/resource/plan.rb

#normalize(reload) ⇒ Object


Plugin interface



9
10
11
12
# File 'lib/CM/resource/plan.rb', line 9

def normalize(reload)
  super
  yield if block_given?
end