Class: Commands::Datas::Pipe
- Inherits:
-
Commands::Datas.selfself::Data
- Object
- Commands::Datas.selfself::Data
- Commands::Datas::Pipe
- Defined in:
- lib/commands/datas/pipe.rb
Instance Method Summary collapse
-
#initialize(*a, &b) ⇒ Pipe
constructor
A new instance of Pipe.
Constructor Details
#initialize(*a, &b) ⇒ Pipe
Returns a new instance of Pipe.
42 43 44 45 46 |
# File 'lib/commands/datas/pipe.rb', line 42 def initialize ( *a, &b ) super @output = IOPipe.new @error = IOPipe.new end |