Class: CM::Resource::Plan

Inherits:
Object
  • Object
show all
Defined in:
lib/CM/resource/plan.rb

Instance Method Summary collapse

Instance Method Details

#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