class Sinatra::IndifferentHash

def replace(other_hash)

def replace(other_hash)
  super(other_hash.is_a?(self.class) ? other_hash : self.class[other_hash])
end