Class: Cch::Setup

Inherits:
Object
  • Object
show all
Defined in:
lib/cch/setup.rb

Instance Method Summary collapse

Instance Method Details

#configureObject



3
4
5
6
7
8
9
# File 'lib/cch/setup.rb', line 3

def configure
  %w(logger watchers runners).each do |config_file|
    require "cch/config/#{config_file}"
  end

  load('Cchfile', true) if File.exist?('Cchfile')
end