From: "nobu (Nobuyoshi Nakada) via ruby-core" Date: 2023-02-10T03:09:29+00:00 Subject: [ruby-core:112322] [Ruby master Feature#19428] Adding a "piped heredoc" feature Issue #19428 has been updated by nobu (Nobuyoshi Nakada). IIRC, the "prefix" had been discussed earlier than the current `<<~` syntax. ---------------------------------------- Feature #19428: Adding a "piped heredoc" feature https://bugs.ruby-lang.org/issues/19428#change-101767 * Author: shreeve (Steve Shreeve) * Status: Open * Priority: Normal ---------------------------------------- Hello, I hope this is the correct place to post a small feature request. HEREDOC's are awesome! There are several used within Ruby: ```ruby <