class Pronto::Config

def fetch_list(key)

def fetch_list(key)
  Array(fetch_value(key)).flat_map do |runners|
    runners.split(',')
  end
end