Fix Issue #232
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user