class Bundler::Settings

def to_array(value)

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