Class: Pot::Installers::Rake
- Inherits:
-
Pot::Installer
- Object
- Pot::Installer
- Pot::Installers::Rake
- Defined in:
- lib/pot/installers/rake.rb
Overview
Instance Attribute Summary
Attributes inherited from Pot::Installer
#actor, #options, #package, #post, #pre
Instance Method Summary collapse
-
#initialize(parent, commands, options = {}, &block) ⇒ Rake
constructor
:nodoc:.
Methods inherited from Pot::Installer
#archives, #builds, #commands, #prefix, #process
Constructor Details
#initialize(parent, commands, options = {}, &block) ⇒ Rake
:nodoc:
23 24 25 26 |
# File 'lib/pot/installers/rake.rb', line 23 def initialize(parent, commands, = {}, &block) #:nodoc: super parent, , &block @commands = commands end |