Method: EventMachine::YieldBlockFromSpawnedProcess#initialize
- Defined in:
- lib/em/spawnable.rb
#initialize(block, notify) ⇒ YieldBlockFromSpawnedProcess
Returns a new instance of YieldBlockFromSpawnedProcess.
63 64 65 |
# File 'lib/em/spawnable.rb', line 63 def initialize block, notify @block = [block,notify] end |