From: Harold Hausman Date: 2007-08-17T00:43:30+09:00 Subject: Re: Double quote escape character On 8/16/07, 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"" > irb(main):001:0> puts "\"\"hello\"\"" ""hello"" => nil ?, -Harold