# File lib/rbot/timer.rb, line 159
  def block(aid)
    debug "blocking #{aid}"
    self.synchronize { self[aid].block }
  end