From: Andy Allan Date: Wed, 11 Dec 2019 09:54:19 +0000 (+0100) Subject: Use squiggly heredocs instead of rails strip_heredoc X-Git-Tag: live~3042^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/7595e5a4ddd36627e48be7d36e2a2298627ee021?hp=7595e5a4ddd36627e48be7d36e2a2298627ee021 Use squiggly heredocs instead of rails strip_heredoc Squiggly heredocs were introduced in ruby 2.3 and I prefer the ability to indent the closing heredoc marker. ---