From: "ko1 (Koichi Sasada)" Date: 2022-10-24T08:14:26+00:00 Subject: [ruby-core:110495] [Ruby master Feature#19015] Language extension by a heredoc Issue #19015 has been updated by ko1 (Koichi Sasada). > Would it also remove leading indentation like <<~HEREDOC? Sure. ---------------------------------------- Feature #19015: Language extension by a heredoc https://bugs.ruby-lang.org/issues/19015#change-99818 * Author: ko1 (Koichi Sasada) * Status: Open * Priority: Normal ---------------------------------------- This propose new heredoc extension with `<Hello <%= name %> erb puts html #=>
Hello ko1
``` ## Background / considerations * Sometimes we write Ruby syntax string with `<