eol warning

This commit is contained in:
Torsten Ruger
2014-09-16 17:15:17 +03:00
parent 45977ecc01
commit db01529b67
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ module Virtual
# Values must really be Constants or Variables, ie have a storage space
class Value
class Walue
def type
raise "abstract called for #{self.class}"
end