Class: SubSpawn::Internal::FdSource::Temp

Inherits:
Basic show all
Defined in:
lib/subspawn/fd_types.rb

Instance Attribute Summary

Attributes inherited from SubSpawn::Internal::FdSource

#all_dests, #dests

Instance Method Summary collapse

Methods inherited from Basic

#apply, #before?, #depend?, #heads, #initialize, #max, #source, #temp_source, #to_dbg

Methods inherited from SubSpawn::Internal::FdSource

#before?, #depends?, #destroys?, #heads, #initialize, #max, #raw_apply, #to_dbg

Constructor Details

This class inherits a constructor from SubSpawn::Internal::FdSource::Basic

Instance Method Details

#tailsObject



77
78
79
# File 'lib/subspawn/fd_types.rb', line 77

def tails
	super.map{|x|Xchange.new(x)}
end