Class: Sprinkle::Installers::Rake
- Defined in:
- lib/sprinkle/installers/rake.rb
Instance Attribute Summary
Attributes inherited from Installer
#delivery, #options, #package, #post, #pre
Instance Method Summary collapse
-
#initialize(parent, commands = [], &block) ⇒ Rake
constructor
A new instance of Rake.
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