Method: CM::Resource::Variables#normalize

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

#normalize(reload) ⇒ Object


Plugin interface



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

def normalize(reload)
  super
  yield if block_given?
end