Method: VagrantPlugins::ProviderLocal::Provider#machine_id_changed
- Defined in:
- lib/vagrant-local/provider.rb
permalink #machine_id_changed ⇒ Object
This method is called if the underying machine ID changes. Providers can use this method to load in new data for the actual backing machine or to realize that the machine is now gone (the ID can become ‘nil`). No parameters are given, since the underlying machine is simply the machine instance given to this object. And no return value is necessary.
62 63 64 |
# File 'lib/vagrant-local/provider.rb', line 62 def machine_id_changed nil end |