Class: VagrantBolt::Plugin
- Inherits:
-
Object
- Object
- VagrantBolt::Plugin
- Defined in:
- lib/vagrant-bolt/plugin.rb
Class Method Summary collapse
-
.config_builder_hook ⇒ Object
Enables config builder loading of this plugin.
Class Method Details
.config_builder_hook ⇒ Object
Enables config builder loading of this plugin
36 37 38 |
# File 'lib/vagrant-bolt/plugin.rb', line 36 def self.config_builder_hook require_relative 'config_builder' end |