Method: AptControl::Commands::Promote#initialize
- Defined in:
- lib/apt_control/commands/promote.rb
#initialize(dependencies) ⇒ Promote
Returns a new instance of Promote.
4 5 6 7 |
# File 'lib/apt_control/commands/promote.rb', line 4 def initialize(dependencies) @control_file = dependencies.fetch(:control_file) @package_states = dependencies.fetch(:package_states) end |