class Eventbox::Timer::OneTimeAlarm

Public Instance Methods

fire_then_repeat?(now=Time.now) click to toggle source

@private

# File lib/eventbox/timer.rb, line 61
def fire_then_repeat?(now=Time.now)
  @block.call
  false
end