Method: ConfMaker.define_options

Defined in:
lib/confmaker.rb

.define_options(options) ⇒ Object



9
10
11
12
13
# File 'lib/confmaker.rb', line 9

def self.define_options options
    @@options = options
    require_relative 'confsources'
    ConfSources::Default.new
end