Class: Pot::Installers::Group

Inherits:
Pot::Installer show all
Defined in:
lib/pot/installers/group.rb

Instance Attribute Summary

Attributes inherited from Pot::Installer

#actor, #options, #package, #post, #pre

Instance Method Summary collapse

Methods inherited from Pot::Installer

#archives, #builds, #commands, #prefix, #process

Constructor Details

#initialize(package, groupname, options, &block) ⇒ Group

Returns a new instance of Group.



4
5
6
7
8
# File 'lib/pot/installers/group.rb', line 4

def initialize(package, groupname, options, &block)
  super package, &block
  @groupname = groupname
  @options = options
end