Subject: Re: How to print stuff in RTHML embedded code (equiv to php "echo")??
From: "Namor" <john.wcl gmail.com>
Date: Tue, 7 Mar 2006 15:28:41 +0900
References: 182852182858182863
In-reply-to: 182863
A better example would be
if i was to do some debugging
it would have to be
<% @articles.map { |x| %>
<%= x.name %>
<% } %>
instead of
<%= @articles.map { |x| echo x.name } %> ???
wouldnt that be so difficult to type out and to read as well?