# File lib/timers/wait.rb, line 20
    def initialize(duration)
      @duration = duration
      @remaining = true
    end