class ActionDispatch::Flash::FlashNow

def []=(k, v)

def []=(k, v)
  @flash[k] = v
  @flash.discard(k)
  v
end