delim fix

This commit is contained in:
Z. Cliffe Schreuders
2021-11-25 18:39:23 +00:00
parent 3bb74fdf61
commit 6bb2ae13a8

View File

@@ -19,7 +19,7 @@ class RandomSelectorEncoder < StringEncoder
case opt
# Removes any non-alphabet characters
when '--delim'
self.delim << arg;
self.delim = arg;
end
end