module VagrantPlugins::Registration
Registration
plugin to auto-register guests on ‘vagrant up`
Constants
- VERSION
Public Class Methods
Source
# File lib/vagrant-registration.rb, line 10 def self.source_root @source_root ||= Pathname.new(File.expand_path('../../', __FILE__)) end
This returns the path to the source of this plugin.