require "erb"
input = "<% # comment %>\n"
puts ERB.new(input, nil).src
