Sha256: 2e6852abfb450979234a7b0d1c2868ea67847cf997b753bb61ef87f19b7b49a3
Contents?: true
Size: 786 Bytes
Versions: 4
Compression:
Stored size: 786 Bytes
Contents
module Nucleon module Plugin class ParallelBase < Nucleon.plugin_class(:nucleon, :base) include Parallel # All sub providers are parallel capable #----------------------------------------------------------------------------- # Plugin interface def normalize(reload) super yield if block_given? end #----------------------------------------------------------------------------- # Checks def initialized?(options = {}) true end #----------------------------------------------------------------------------- # Property accessors / modifiers #----------------------------------------------------------------------------- # Operations #----------------------------------------------------------------------------- # Utilities end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cm-0.1.8 | lib/core/plugin/parallel_base.rb |
cm-0.1.6 | lib/core/plugin/parallel_base.rb |
cm-0.1.4 | lib/core/plugin/parallel_base.rb |
cm-0.1.3 | lib/core/plugin/parallel_base.rb |