class Pennyworth::UpCommand
Public Instance Methods
execute(vm_name = nil, options = {})
click to toggle source
# File lib/pennyworth/commands/up_command.rb, line 20 def execute(vm_name = nil, options = {}) v = VagrantCommand.new v.up vm_name, options[:destroy] print_ssh_config(v.vagrant, vm_name) end