Fix Issue #232
This commit is contained in:
@@ -118,7 +118,7 @@ def get_equal_string_end(stringarray = [''])
|
|||||||
already_found = ''
|
already_found = ''
|
||||||
looping = true
|
looping = true
|
||||||
counter = -1
|
counter = -1
|
||||||
# remove nils (# Issue #231)
|
# remove nils (# Issue #232)
|
||||||
stringarray = stringarray.compact
|
stringarray = stringarray.compact
|
||||||
if stringarray.kind_of? Array and stringarray.length > 1
|
if stringarray.kind_of? Array and stringarray.length > 1
|
||||||
base = stringarray.first
|
base = stringarray.first
|
||||||
|
|||||||
Reference in New Issue
Block a user