# File lib/eventmachine.rb, line 1561 1561: def schedule 1562: EventMachine::add_timer @interval, proc {self.fire} 1563: end