Class: EventMachine::YieldBlockFromSpawnedProcess Private
Do not use. This class is for internal use only.
Relationships & Source Files | |
Inherits: | Object |
Defined in: | lib/em/spawnable.rb |
Class Method Summary
- .new(block, notify) ⇒ YieldBlockFromSpawnedProcess constructor Internal use only
Instance Method Summary
- #pull_out_yield_block Internal use only
Constructor Details
.new(block, notify) ⇒ YieldBlockFromSpawnedProcess
# File 'lib/em/spawnable.rb', line 60
def initialize block, notify @block = [block,notify] end
Instance Method Details
#pull_out_yield_block
[ GitHub ]# File 'lib/em/spawnable.rb', line 63
def pull_out_yield_block @block end