class Infobar::FIFO

def each(&block)

def each(&block)
  @values.each(&block)
  self
end