# File lib/eventmachine.rb, line 1375 1375: def fire 1376: @code.call 1377: schedule unless @cancelled 1378: end