From: Leo Date: 2009-04-05T01:34:46+09:00 Subject: Re: Got some syntax error I can't spot. Can you (I hope)? > I pulled my problem code from my app into a test onhttp://www.pastie.org/436616. You might want to take a look at ruby's heredoc syntax: Instead of a = ("foo" + "(%d)" + " bar") % 123 you could also use: a = <