class Sinatra::IndifferentHash

def merge(other_hash, &block)

def merge(other_hash, &block)
  dup.merge!(other_hash, &block)
end