Skip to content

Instantly share code, notes, and snippets.

@wteuber
Created October 22, 2015 07:35
Show Gist options
  • Save wteuber/83e4d9466bdb95037a21 to your computer and use it in GitHub Desktop.
Save wteuber/83e4d9466bdb95037a21 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'yaml'
require 'active_support/all'
puts ARGV.map{|file| YAML.load_file(file)}.inject(&:deep_merge).to_yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment