From: James Edward Gray II Date: 2007-08-17T00:42:50+09:00 Subject: Re: Double quote escape character On Aug 16, 2007, at 10:37 AM, Alvaro Perez wrote: > Anyway, it's still interesting to notice that there's no possible > way to > write in Ruby a string like this: > > ""hello"" Sure there is: %Q{"hello"} James Edward Gray II