Method: Vagrant::Plugin::V1::Plugin.manager
- Defined in:
- lib/vagrant/plugin/v1/plugin.rb
.manager ⇒ V1::Manager
This returns the manager for all V1 plugins.
24 25 26 |
# File 'lib/vagrant/plugin/v1/plugin.rb', line 24 def self.manager @manager ||= Manager.new end |