Class: Contracto::Command::Start::Local

Inherits:
Object
  • Object
show all
Defined in:
lib/contracto/command/start/local.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



2
3
4
# File 'lib/contracto/command/start/local.rb', line 2

def execute
  Contracto::SystemActionChain.new(*actions).execute
end