Method: Vagrant::Config::V1::Root#finalize!
- Defined in:
- lib/vagrant/config/v1/root.rb
#finalize! ⇒ Object
Called to finalize this object just prior to it being used by the Vagrant system. The “!” signifies that this is expected to mutate itself.
40 41 42 43 44 |
# File 'lib/vagrant/config/v1/root.rb', line 40 def finalize! @keys.each do |_key, instance| instance.finalize! end end |