Method: Vagrant::Util::Busy.fire_callbacks
- Defined in:
- lib/vagrant/util/busy.rb
.fire_callbacks ⇒ Object
Fires all the registered callbacks.
48 49 50 |
# File 'lib/vagrant/util/busy.rb', line 48 def fire_callbacks registered.reverse.each { |r| r.call } end |