mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
Fix long lines
This commit is contained in:
@@ -85,8 +85,8 @@ module Rename
|
||||
raise "unmatched ] at position #{i}"
|
||||
end
|
||||
if !pattern.nil?
|
||||
raise "patterns (`{}`) should be closed before closing the group " \
|
||||
"(`[]`)"
|
||||
raise "patterns (`{}`) should be closed before closing the " \
|
||||
"group (`[]`)"
|
||||
end
|
||||
@ary.push group
|
||||
group = nil
|
||||
|
||||
Reference in New Issue
Block a user