Re: eRB <%=

From: Jason R. [mailto:[email protected]]

<%= puts “Can’t see me” %> → Can’t see me

That’s a terrible example. That will put “Can’t see me” to standard out
(not the ERB template, unless you’ve been using a hacked ERB) and then
include nil.to_s in the document.

Sorry, you’re right, but it gets the point across.

Jason