Rename SlotDefinition to Slot
And the derived XXDefinitions to XXSlot Just to be more consistent And possibly free the Definition for the Language side
This commit is contained in:
@ -18,7 +18,7 @@ module SlotLanguage
|
||||
end
|
||||
|
||||
def slot_def(compiler)
|
||||
SlotMachine::SlotDefinition.for(:message , leaps)
|
||||
SlotMachine::Slot.for(:message , leaps)
|
||||
end
|
||||
|
||||
def to_s
|
||||
|
Reference in New Issue
Block a user