# File lib/rbot/timer.rb, line 153 def add_once(period, opts = {}, &block) self.add(period, {:repeat => false}.merge(opts), &block) end