Slotted constructor cleanup

This commit is contained in:
2020-02-17 14:45:54 +07:00
parent c1679bd6ff
commit 2d11078a37
13 changed files with 26 additions and 22 deletions

View File

@ -26,7 +26,7 @@ module SlotLanguage
end
def to_slot(compiler)
SlotMachine::Slotted.for(:message , name)
SlotMachine::Slotted.for(:message , [name])
end
def to_s