# File lib/timers.rb, line 11
  def initialize
    @timers = SortedSet.new
  end