class Fuubar

def example_tick(_notification)

def example_tick(_notification)
  example_tick_lock.synchronize do
    refresh
  end
end