Class: Vagrant::Command::InitCommand
- Defined in:
- lib/vagrant/command/init.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods included from Helpers
#initialize_environment, #target_vms
Constructor Details
This class inherits a constructor from Vagrant::Command::Base
Instance Method Details
#execute ⇒ Object
9 10 11 |
# File 'lib/vagrant/command/init.rb', line 9 def execute template "Vagrantfile.erb", "Vagrantfile" end |