From: Joel VanderWerf Date: 2004-04-25T04:28:27+09:00 Subject: Re: pushing hash nobu.nokada@softhome.net wrote: > Hi, > > At Sat, 24 Apr 2004 14:28:45 +0900, > Joel VanderWerf wrote in [ruby-talk:98213]: > >>> $ irb --prompt xmp >> >> ^^^^^^^^^^^^ >> >>That's a great feature. It would be nice if the output began with a >>comment char '#' so that you could paste into irb (or a source file) and >>run. > > > $ grep PROMPT ~/.irbrc > IRB.conf[:PROMPT][:XMP][:RETURN] = "# =>%s\n" Ahh... nice. Thanks!