From: Matthew Rudy Date: 2007-09-08T03:40:34+09:00 Subject: Re: how to type { [ in irb? > I just type > > irb --noreadline > it doesn't work, and it does not accept any arguments as follow > > ruby script/console --noreadline here's a slightly hacky way to do it; ruby script/console --irb="irb --noreadline" -- Posted via http://www.ruby-forum.com/.