class ActionDispatch::Flash::FlashHash

def replace(h) #:nodoc:

:nodoc:
def replace(h) #:nodoc:
  @discard.clear
  @flashes.replace h.stringify_keys
  self
end