# File lib/timers/group.rb, line 88 def wait_interval(offset = current_offset) handle = @events.first handle.time - Float(offset) if handle end