Class: Sprinkle::Installers::Rake

Inherits:
Installer show all
Defined in:
lib/sprinkle/installers/rake.rb

Instance Attribute Summary

Attributes inherited from Installer

#delivery, #options, #package, #post, #pre

Instance Method Summary collapse

Methods inherited from Installer

#defaults, #method_missing, #process

Constructor Details

#initialize(parent, commands = [], &block) ⇒ Rake

Returns a new instance of Rake.



4
5
6
7
# File 'lib/sprinkle/installers/rake.rb', line 4

def initialize(parent, commands = [], &block)
  super parent, &block
  @commands = commands
end

Dynamic Method Handling

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