# File lib/eventmachine.rb, line 1564
1564:                 def fire
1565:                         @code.call
1566:                         schedule unless @cancelled
1567:                 end