Method: Vagrantomatic::Instance#reset

Defined in:
lib/vagrantomatic/instance.rb

#resetObject



240
241
242
243
# File 'lib/vagrantomatic/instance.rb', line 240

def reset
  execute_and_log(:destroy, '-f')
  execute_and_log(:up)
end