mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Switch from using String#match to using String#=~. There's no need to generate a MatchData for each iteration since we're not using it. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>