This commit is contained in:
Christian Mehlmauer
2013-06-22 21:17:05 +02:00
parent 698f998307
commit a8c5b68d1a

View File

@@ -118,7 +118,7 @@ def get_equal_string_end(stringarray = [''])
already_found = ''
looping = true
counter = -1
# remove nils (# Issue #231)
# remove nils (# Issue #232)
stringarray = stringarray.compact
if stringarray.kind_of? Array and stringarray.length > 1
base = stringarray.first