170 171 172 173
# File 'lib/nugrant/config.rb', line 170 def merge(other) result = dup() result.merge!(other) end