Method: Gitload::Config#initialize
- Defined in:
- lib/gitload/config.rb
#initialize(options = {}) ⇒ Config
Returns a new instance of Config.
11 12 13 14 15 16 17 |
# File 'lib/gitload/config.rb', line 11 def initialize = {} @root = [:root] @cache = .cache @clear_cache = .clear_cache @dry_run = .dry_run @clone_url_type = [:clone_url_type] end |