Change Mom to SlotMachine

rather large commit, but essentially a simple rename
Rationale in docs and blogs
This commit is contained in:
2019-10-03 20:55:41 +03:00
parent fd8a3e9cc5
commit c43436f35a
170 changed files with 481 additions and 480 deletions

View File

@ -7,9 +7,9 @@ module Risc
attr_reader :block , :risc_instructions , :constants , :in_method
def initialize( block , in_method , mom_label)
def initialize( block , in_method , slot_label)
@in_method = in_method
super(block , mom_label)
super(block , slot_label)
end
def source_name