From: gam3-ruby@...3.net Date: 2016-09-16T13:57:39+00:00 Subject: [ruby-core:77294] [Ruby trunk Feature#12700] regexg heredoc support Issue #12700 has been updated by Allen Morris. I don't see how %r helps. Here is an (rather forced) example of the advantage of a /HEREDOC/ ~~~ ruby a = "one" b = "two" raise "error" unless a.match(<