9 10 11 12 13
# File 'lib/dry/system/settings/file_loader.rb', line 9 def call(root, env) files(root, env).reduce({}) do |hash, file| hash.merge(parser.(file)) end end