# File lib/em/spawnable.rb, line 64 64: def initialize block, notify 65: @block = [block,notify] 66: end