From: David Vallner Date: 2006-08-19T06:33:26+09:00 Subject: Re: How to turn off input echo in irb? Jacklty Lam wrote: > How to turn off input echo in irb? > > jacklty irb is a read-eval-print-loop, why would you ever want to do that? If you need just the output of some Ruby code, put it in a file and run it with the ruby interpreter instead of irb. David Vallner