From: "Eregon (Benoit Daloze)" Date: 2022-09-27T18:30:29+00:00 Subject: [ruby-core:110112] [Ruby master Feature#19015] Language extension by a heredoc Issue #19015 has been updated by Eregon (Benoit Daloze). This seems nice. Would it also remove leading indentation like `<<~HEREDOC`? ---------------------------------------- Feature #19015: Language extension by a heredoc https://bugs.ruby-lang.org/issues/19015#change-99370 * 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 `<