Class: Sprinkle::Installers::Noop

Inherits:
Installer show all
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

#delivery

Instance Method Summary collapse

Methods inherited from Installer

#process

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, options = {}, &block) #:nodoc:
  super parent, options, &block
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Sprinkle::Configurable