Torsten Rüger
8b29326957
object is only common to constant and object slots (which should be unified) On the way to making the array recursive
10 lines
147 B
Ruby
10 lines
147 B
Ruby
require_relative '../helper'
|
|
|
|
module SlotMachine
|
|
class InstructionMock < Instruction
|
|
def initialize
|
|
super("mocking")
|
|
end
|
|
end
|
|
end
|