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