# File lib/rbot/timer.rb, line 166 def unblock(aid) debug "unblocking #{aid}" self.synchronize do self[aid].unblock @tick.signal end end