From: nobu.nokada@... Date: 2003-09-17T19:39:33+09:00 Subject: Re: #{} and \" don't like each other Hi, At Wed, 17 Sep 2003 17:42:17 +0900, Yukihiro Matsumoto wrote: > |I've thought, according to the thread from [ruby-dev:17421], > |and [ruby-dev:17549], it's intentional (but transitional). > |It's not tough to change it, will we do it now? > > Please. 1.8.1 should work as it is. Is it OK without warnings? That is, "#{"\"\""}" is evaluated as "" till now, but it will become "\"\"" from now. -- Nobu Nakada