DEV: User simulator tried to modify frozen string.
This commit is contained in:
parent
df6630f868
commit
ab7038bfc2
|
@ -15,7 +15,7 @@ def sentence
|
||||||
gabbler.learn(story)
|
gabbler.learn(story)
|
||||||
end
|
end
|
||||||
|
|
||||||
sentence = ""
|
sentence = +""
|
||||||
until sentence.length > 800 do
|
until sentence.length > 800 do
|
||||||
sentence << @gabbler.sentence
|
sentence << @gabbler.sentence
|
||||||
sentence << "\n"
|
sentence << "\n"
|
||||||
|
|
Loading…
Reference in New Issue