Module: Repomen::WithDefaultConfig
- Included in:
- Config, Repo::Handler::Base, Retriever
- Defined in:
- lib/repomen/config.rb
Overview
This module can be included to provide easy access to the global config
Instance Method Summary collapse
-
#default_config ⇒ Config
The global config.
Instance Method Details
#default_config ⇒ Config
Returns the global config.
5 6 7 |
# File 'lib/repomen/config.rb', line 5 def default_config Repomen.config end |