7 lines
89 B
Ruby
Raw Normal View History

2018-05-15 19:29:27 +03:00
require_relative '../helper'
module Mom
class InstructionMock < Instruction
end
end