basic mom directory structure and a readme

This commit is contained in:
Torsten Ruger
2017-04-10 11:47:18 +03:00
parent b2775455e1
commit 0233e91355
7 changed files with 101 additions and 1 deletions

7
lib/mom/instruction.rb Normal file
View File

@@ -0,0 +1,7 @@
module Mom
# Base class for MOM instructions
class Instruction
end
end