Class: Qonfig::Plugins::Abstract Private
- Inherits:
-
Object
- Object
- Qonfig::Plugins::Abstract
- Defined in:
- lib/qonfig/plugins/abstract.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Class Method Summary collapse
- .load! ⇒ void private
Class Method Details
.load! ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method returns an undefined value.
13 |
# File 'lib/qonfig/plugins/abstract.rb', line 13 def load!; end |