From: "yugui (Yuki Sonoda)" Date: 2022-09-22T10:51:49+00:00 Subject: [ruby-core:109997] [Ruby master Feature#19015] Language extension by a heredoc Issue #19015 has been updated by yugui (Yuki Sonoda). one bikeshedding.. Usually syntax-suger in Ruby are mapped into methods whose names are very consistent with the syntax. e.g. `` ` ``, `[]=`, or `foo=`. Therefore, it is more consistent to map the new syntax into `<Hello <%= name %> erb puts html #=>
Hello ko1
``` ## Background / considerations * Sometimes we write Ruby syntax string with `<