Method: Vagrant::Plugin::V1::Plugin.manager

Defined in:
lib/vagrant/plugin/v1/plugin.rb

.managerV1::Manager

This returns the manager for all V1 plugins.

Returns:



24
25
26
# File 'lib/vagrant/plugin/v1/plugin.rb', line 24

def self.manager
  @manager ||= Manager.new
end