class Sinatra::IndifferentHash

def merge(*other_hashes, &block)

def merge(*other_hashes, &block)
  dup.merge!(*other_hashes, &block)
end