Method: Vagrant::Util::Busy.registered
- Defined in:
- lib/vagrant/util/busy.rb
.registered ⇒ Object
Helper method to get access to the class variable. This is mostly exposed for tests. This shouldn't be mucked with directly, since it's structure may change at any time.
55 |
# File 'lib/vagrant/util/busy.rb', line 55 def registered; @@registered; end |