fix dunamic jump in interpreter and misc

This commit is contained in:
Torsten Ruger
2018-07-03 19:15:36 +03:00
parent cab6bc389f
commit e099014d63
6 changed files with 10 additions and 7 deletions

View File

@ -30,7 +30,7 @@ module Mom
def to_s
names = [known_name] + @slots
"[#{names.join(',')}]"
"[#{names.join(', ')}]"
end
def known_name