Class: Qonfig::Commands::Base Private
- Inherits:
-
Object
- Object
- Qonfig::Commands::Base
- Defined in:
- lib/qonfig/commands/base.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
AddNestedOption, AddOption, Compose, LoadFromENV, LoadFromSelf, LoadFromYAML
Instance Method Summary collapse
- #call(settings) ⇒ void private
Instance Method Details
#call(settings) ⇒ 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/commands/base.rb', line 13 def call(settings); end |