make space for new passes

This commit is contained in:
Torsten Ruger 2014-08-22 17:46:09 +03:00
parent b196810e89
commit e398a6b053
2 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
module Register
class Mystery < Word
# needs to be here as Word's constructor is private (to make it abstract)
def initilize reg
super
end
end
end