68 69 70
# File 'lib/foreplay.rb', line 68 def fake_erb gsub(/(<%=\s+([^%]+)\s+%>)/) { |e| eval "_ = #{e.split[1]}" } # rubocop:disable Security/Eval end