Class: Nucleon::Plugin::ParallelBase

Inherits:
Object
  • Object
show all
Includes:
Parallel
Defined in:
lib/core/plugin/parallel_base.rb

Instance Method Summary collapse

Instance Method Details

#initialized?(options = {}) ⇒ Boolean


Checks

Returns:

  • (Boolean)


19
20
21
# File 'lib/core/plugin/parallel_base.rb', line 19

def initialized?(options = {})
  true
end

#normalize(reload) ⇒ Object


Plugin interface



11
12
13
14
# File 'lib/core/plugin/parallel_base.rb', line 11

def normalize(reload)
  super
  yield if block_given?
end