"-%>" appears in some code in a tutorial I'm doing, as a delimiter of some embedded ruby, like this:
<% 5.times do |i| -%>
<%= thumbnail_tag slideshow.slides[i] %>
<% end -%>
What does it mean? There's nothing in the book about it (Rails Up and Running)