Class: Vagrant::Command::InitCommand
- Inherits:
-
Base
- Object
- Base
- Vagrant::Command::InitCommand
- Defined in:
- lib/mccloud/command/init_vagrant.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
9 10 11 |
# File 'lib/mccloud/command/init_vagrant.rb', line 9 def execute template "Vagrantfile.erb", "Vagrantfile" end |