Class: Vagrant::Vagrantfile

Inherits:
Object
  • Object
show all
Defined in:
lib/core/vagrant/config.rb

Instance Method Summary collapse

Instance Method Details

#reloadObject



11
12
13
14
# File 'lib/core/vagrant/config.rb', line 11

def reload
  @loader.clear_config_cache(@keys)
  @config, _ = @loader.load(@keys)
end