Class: Dip::Commands::Provision
- Inherits:
-
Dip::Command
- Object
- Dip::Command
- Dip::Commands::Provision
- Defined in:
- lib/dip/commands/provision.rb
Instance Method Summary collapse
Methods inherited from Dip::Command
Instance Method Details
#execute ⇒ Object
8 9 10 11 12 |
# File 'lib/dip/commands/provision.rb', line 8 def execute Dip.config.provision.each do |command| subshell(command) end end |