Method: Dictionary#merge

Defined in:
lib/extlib/dictionary.rb

#merge(hsh2) ⇒ Object



361
362
363
# File 'lib/extlib/dictionary.rb', line 361

def merge( hsh2 )
  self.dup.update(hsh2)
end