From: Phrogz Date: 2007-09-29T04:05:05+09:00 Subject: Re: Can we have these two added to ERb? On Sep 28, 12:35 pm, Konrad Meyer wrote: > PHP has shorthand as well. As does ERB. <%= any_expression_including_a_variable %> e.g. <%= foo %> <%= @foo %> <%= $foo %> #to_s is called on the expression before throwing it into the string.