class ActionDispatch::Flash::FlashHash

def empty?

def empty?
  @flashes.empty?
end