class Bundler::Settings

def to_array(value)

def to_array(value)
  return [] unless value
  value.tr(" ", ":").split(":").map(&:to_sym)
end