class Roda::RodaPlugins::Flash::FlashHash

def sweep

Replace the current hash with the next hash and clear the next hash.
def sweep
  replace(@next)
  @next.clear
  self
end