# File lib/active_support/core_ext/hash/indifferent_access.rb, line 90
  def merge(hash)
    self.dup.update(hash)
  end