7 lines
89 B
Ruby
7 lines
89 B
Ruby
|
require_relative '../helper'
|
||
|
|
||
|
module Mom
|
||
|
class InstructionMock < Instruction
|
||
|
end
|
||
|
end
|