# File lib/eventmachine.rb, line 1372 1372: def schedule 1373: EventMachine::add_timer @interval, proc {self.fire} 1374: end