10 11 12 13
# File 'lib/exercism/config.rb', line 10 def self.read(path) config = new(path) config.exists? ? config : new(alternate_path) end