From: "Eregon (Benoit Daloze) via ruby-core" Date: 2023-02-20T15:01:06+00:00 Subject: [ruby-core:112510] [Ruby master Feature#19428] Adding a "piped heredoc" feature Issue #19428 has been updated by Eregon (Benoit Daloze). IMO the examples in the description are too hard for humans to read, and very error-prone (it breaks everything if indenting one space too little). The `| `-prefixed variant seems more readable, but I doubt we need yet another heredoc, we already have far more than enough IMO. My feeling is if you want this, maybe that text should be in some external file, be it YAML or whatever. ---------------------------------------- Feature #19428: Adding a "piped heredoc" feature https://bugs.ruby-lang.org/issues/19428#change-101955 * 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 <