Method: Nugrant::Config#merge

Defined in:
lib/nugrant/config.rb

#merge(other) ⇒ Object



170
171
172
173
# File 'lib/nugrant/config.rb', line 170

def merge(other)
  result = dup()
  result.merge!(other)
end