class Infobar::Timer

def initialize

def initialize
  @n    = 0
  @x    = 0.0
  @fifo = Infobar::FIFO.new(30)
end