------ art_77089_24876029.1177606344535 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 4/26/07, Adam Bozanich <adam.boz / gmail.com> wrote: > > On 4/26/07, Yukihiro Matsumoto <matz / ruby-lang.org> wrote: > > > > Hi, > > > > In message "Re: [patch] gsub with backslash characters in replacement > > string" > > on Thu, 26 Apr 2007 17:09:42 +0900, "Adam Bozanich" <adam.boz / gmail.com > > > writes: > > > > |Hello, spotted this one the other day: > > | > > |irb(main):001:0> '\\'.gsub('\\','\\\\') > > |