# File lib/eventmachine.rb, line 1866 1866: def schedule 1867: EventMachine::add_timer @interval, proc {self.fire} 1868: end