Method: Rundoc::CodeCommand::Pipe#initialize
- Defined in:
- lib/rundoc/code_command/pipe.rb
#initialize(line) ⇒ Pipe
- :
-
ls
- :
-
| tail -n 2
> “testntmp.filen”
7 8 9 |
# File 'lib/rundoc/code_command/pipe.rb', line 7 def initialize(line) @delegate = parse(line) end |