Class: CM::Job::Variables

Inherits:
Object
  • Object
show all
Defined in:
lib/CM/job/variables.rb

Instance Method Summary collapse

Instance Method Details

#initialized?(options = {}) ⇒ Boolean


Checks

Returns:

  • (Boolean)


17
18
19
# File 'lib/CM/job/variables.rb', line 17

def initialized?(options = {})
  true
end

#normalize(reload) ⇒ Object


Plugin interface



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

def normalize(reload)
  super
  yield if block_given?
end