N
Narayanan K
[Note: parts of this message were removed to make it a legal post.]
Hi,
I have a situation where I need to create a pipe into which I load ruby/irb
commands.
Then I have to direct input from this pipe to IRB (Interactive Ruby) .
Also I will have an output pipe to which the irb results/output are
redirected to.
Thus I am changing the STDIN/STDOUT of IRB to Input/Output to/from pipe.
Please suggest ways by which I can do this..
Thanks in advance,
Narayanan
Hi,
I have a situation where I need to create a pipe into which I load ruby/irb
commands.
Then I have to direct input from this pipe to IRB (Interactive Ruby) .
Also I will have an output pipe to which the irb results/output are
redirected to.
Thus I am changing the STDIN/STDOUT of IRB to Input/Output to/from pipe.
Please suggest ways by which I can do this..
Thanks in advance,
Narayanan