renamed true,false,nil class to constant (from value)

This commit is contained in:
Torsten Ruger
2014-09-14 18:15:33 +03:00
parent 6b85054958
commit c51dbf51e1
3 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
module Register
class Integer < Word
class UnusedAndAbandonedInteger < Word
# needs to be here as Word's constructor is private (to make it abstract)
def initialize reg
super