Method: Vagrant::Provisioners::Shell::Config#initialize
- Defined in:
- lib/vagrant/provisioners/shell.rb
#initialize ⇒ Config
Returns a new instance of Config.
12 13 14 |
# File 'lib/vagrant/provisioners/shell.rb', line 12 def initialize @upload_path = "/tmp/vagrant-shell" end |