Subject: [ruby-talk:01229] A vote for old behavior
From: Dave Thomas <Dave thomases.com>
Date: 03 Feb 2000 15:36:25 -0600
Could I put in a vote for a return to the old behavior of 'gsub!' ?
Sometimes it's nice to be able to write
1 while gsub!(....)
(for example while matching nested syntactical constructs)
Dave