class Pennyworth::DownCommand

Public Instance Methods

execute(vm_name = nil) click to toggle source
# File lib/pennyworth/commands/down_command.rb, line 20
def execute(vm_name = nil)
  v = VagrantCommand.new
  v.down vm_name
end