Class: TTK::Streams::Pipe
- Defined in:
- lib/ttk/strategies/Streams/Pipe.rb
Defined Under Namespace
Classes: PipeWrapper
Instance Attribute Summary
Attributes inherited from Stream
Instance Method Summary collapse
-
#initialize(name, ref = nil) ⇒ Pipe
constructor
Constructor.
Methods inherited from Stream
#clean, #compare_streams, #status, #to_ttk_log
Constructor Details
#initialize(name, ref = nil) ⇒ Pipe
Constructor
38 39 40 41 42 43 |
# File 'lib/ttk/strategies/Streams/Pipe.rb', line 38 def initialize ( name, ref=nil ) super if name != :input @my = PipeWrapper.new(@my) end end |