Class: Vagrant::Command::InitCommand

Inherits:
Base
  • Object
show all
Defined in:
lib/vagrant/command/init.rb

Instance Attribute Summary

Attributes inherited from Base

#env

Instance Method Summary collapse

Methods inherited from Base

#initialize, register

Methods included from Helpers

#initialize_environment, #target_vms

Constructor Details

This class inherits a constructor from Vagrant::Command::Base

Instance Method Details

#executeObject



9
10
11
# File 'lib/vagrant/command/init.rb', line 9

def execute
  template "Vagrantfile.erb", "Vagrantfile"
end