From: "ko1 (Koichi Sasada)" Date: 2022-09-22T07:38:30+00:00 Subject: [ruby-core:109992] [Ruby master Feature#19015] Language extension by a heredoc Issue #19015 has been updated by ko1 (Koichi Sasada). Related I heard: * [Template literals (Template strings) - JavaScript | MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates) Tagged templates ---------------------------------------- Feature #19015: Language extension by a heredoc https://bugs.ruby-lang.org/issues/19015#change-99242 * Author: ko1 (Koichi Sasada) * Status: Open * Priority: Normal ---------------------------------------- This propose new heredoc extension with `<Hello <%= name %> erb puts html ``` ## Background / considerations * Sometimes we write Ruby syntax string with `<