Class: Sprinkle::Installers::Noop
- Defined in:
- lib/sprinkle/installers/noop.rb
Overview
Noop Installer
This installer does nothing, it’s simply useful for running pre / post hooks by themselves.
Instance Attribute Summary
Attributes inherited from Installer
#delivery, #options, #package, #post, #pre
Attributes included from Configurable
Instance Method Summary collapse
-
#initialize(parent, name, options = {}, &block) ⇒ Noop
constructor
:nodoc:.
Methods inherited from Installer
Methods included from Configurable
#assert_delivery, #defaults, #method_missing, #option?
Constructor Details
#initialize(parent, name, options = {}, &block) ⇒ Noop
:nodoc:
8 9 10 |
# File 'lib/sprinkle/installers/noop.rb', line 8 def initialize(parent, name, = {}, &block) #:nodoc: super parent, , &block end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Sprinkle::Configurable