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.
Direct Known Subclasses
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.
11 |
# File 'lib/qonfig/plugins/abstract.rb', line 11 def load!; end |