Class: SubSpawn::Internal::FdSource::Temp
- Inherits:
-
Basic
- Object
- SubSpawn::Internal::FdSource
- Basic
- SubSpawn::Internal::FdSource::Temp
- Defined in:
- lib/subspawn/fd_types.rb
Instance Attribute Summary
Attributes inherited from SubSpawn::Internal::FdSource
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
#tails ⇒ Object
77 78 79 |
# File 'lib/subspawn/fd_types.rb', line 77 def tails super.map{|x|Xchange.new(x)} end |