Subject: while loop in a here documents
From: equinox <aditya15417 gmail.com>
Date: Tue, 2 Dec 2008 10:29:36 +0900
I have a here documents of something like this:
form = <<"DONE"
while( bla ..bla .. bla) do
this
DONE
How can I do a while loop inside a here documents in ruby? Is it
possible?