class Roda::RodaPlugins::Flash::FlashHash

def []=(k, v)

Update the next hash with the given key and value.
def []=(k, v)
  @next[k] = v
end