class Bundler::Settings

def get_array(key)

def get_array(key)
  self[key] ? self[key].split(":").map { |w| w.to_sym } : []
end