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

Instance Method Details

#default_configConfig

Returns the global config.

Returns:

  • (Config)

    the global config



5
6
7
# File 'lib/repomen/config.rb', line 5

def default_config
  Repomen.config
end