Method: Pechkin::ConfigurationLoaderBots#load_from_directory

Defined in:
lib/pechkin/configuration/configuration_loader_bots.rb

#load_from_directory(working_directory) ⇒ Object



6
7
8
9
10
11
# File 'lib/pechkin/configuration/configuration_loader_bots.rb', line 6

def load_from_directory(working_directory)
  bots = {}
  load_bots_configuration(working_directory, bots)

  bots
end