From: "pyromaniac (Arkadiy Zabazhanov) via ruby-core" Date: 2023-05-04T04:43:17+00:00 Subject: [ruby-core:113403] [Ruby master Feature#19015] Language extension by a heredoc Issue #19015 has been updated by pyromaniac (Arkadiy Zabazhanov). @duerst It is funny you asked cause I just found this > [Kernel] Support for multi-letter uppercase sigils here https://hexdocs.pm/elixir/main/changelog.html We can definitely start doing this right from the beginning. Also, from my experience, even 1-letter sigils are not causing any issues but simplifying code reading/writing a lot. ---------------------------------------- Feature #19015: Language extension by a heredoc https://bugs.ruby-lang.org/issues/19015#change-102974 * 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 `<