From: "Ara.T.Howard" Date: 2007-03-03T05:14:04+09:00 Subject: shutting irb up i looked forever, didn't find this, and am posting for posterity harp:~ > cat .irbrc IRB.conf[:PROMPT][ IRB.conf[:PROMPT_MODE] ][:RETURN]='' harp :~ > irb irb(main):001:0> 42 irb(main):002:0> 43 irb(main):003:0> puts 42 42 irb(main):004:0> p 42 42 irb(main):005:0> p 'no echo' "no echo" irb(main):006:0> 'no echo' -a -- be kind whenever possible... it is always possible. - the dalai lama