Class: Nucleon::Plugin::ParallelBase
- Inherits:
-
Object
- Object
- Nucleon::Plugin::ParallelBase
- Includes:
- Parallel
- Defined in:
- lib/core/plugin/parallel_base.rb
Instance Method Summary collapse
-
#initialized?(options = {}) ⇒ Boolean
—————————————————————————– Checks.
-
#normalize(reload) ⇒ Object
—————————————————————————– Plugin interface.
Instance Method Details
#initialized?(options = {}) ⇒ Boolean
Checks
19 20 21 |
# File 'lib/core/plugin/parallel_base.rb', line 19 def initialized?( = {}) 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 |