From b64b30c6f0fbd073956fef972a4a41ef6b370517 Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Wed, 12 Nov 2014 16:34:05 -0500 Subject: [PATCH] Recognize heredocs in argument lists We now allow heredocs to be preceded by commas, as they are in code such as the following: send :method, < begin - (?>\=\s*<<(\w+)) + (?>[=,]\s*<<(\w+)) beginCaptures 0