class Infobar::Frequency

def initialize(duration)

def initialize(duration)
  @duration = duration.to_f
  @called   = 0
end