if i had something like this..

<ul class="list>
<li>one</li>
<li class='two'>two</li>
</ul>

how would i go about storing that in a string variable?

i have tried something like

string = <<END

<ul class="list>
<li>one</li>
<li class='two'>two</li>
</ul>

END

but am having no luck..

thanks!

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to