From: "shreeve (Steve Shreeve) via ruby-core" Date: 2023-02-20T18:12:33+00:00 Subject: [ruby-core:112516] [Ruby master Feature#19428] Adding a "piped heredoc" feature Issue #19428 has been updated by shreeve (Steve Shreeve). @nobu - I'll see if I can implement a patch for this. Your steps are helpful. @eregon - I also think the pipe character prefixed lines are hard to maintain. There are many whitespace aligned things in the wild, such as YAML, python, and many others. This opt-in syntax saves the need for the "obligatory wasted final line" of the other heredoc formats. The final terminator becomes like a positive lookahead regex, which has an implicit ending, and is very helpful in several use cases. ---------------------------------------- Feature #19428: Adding a "piped heredoc" feature https://bugs.ruby-lang.org/issues/19428#change-101961 * 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 <