Removed unused method on Vagrant::Command

This commit is contained in:
Mitchell Hashimoto 2010-03-19 17:10:09 -07:00
parent fddee1158d
commit 32a951cb6c
1 changed files with 0 additions and 7 deletions

View File

@ -211,13 +211,6 @@ msg
box.destroy box.destroy
end end
private
def act_on_vm(&block)
yield Env.persisted_vm
Env.persisted_vm.execute!
end
end end
end end
end end