# File lib/eventmachine.rb, line 1869 1869: def fire 1870: unless @cancelled 1871: @code.call 1872: schedule 1873: end 1874: end