# File lib/rbot/timer.rb, line 176 def remove(aid) self.synchronize do @actions.delete(aid) # or raise "nonexistent action #{aid}" end end