Hacker News new | ask | show | jobs
by IanDrake 5070 days ago
What, besides asp.net, uses "<%=" as a print statement? Just curious...
1 comments

The ERB templating language uses it. ERB is commonly used with Rails.

Judging by the <%= reason.capitalize %> in the title (which appears to be ruby code... although could be something else) this part of the site appears to still use Rails.