class ActionDispatch::Flash::FlashHash

def delete(key)

def delete(key)
  key = key.to_s
  @discard.delete key
  @flashes.delete key
  self
end