fixes constant to be values not object. interestingly tests still pass

This commit is contained in:
Torsten Ruger 2014-07-15 09:12:51 +03:00
parent 9891da88a4
commit 3ca61d54eb

View File

@ -1,6 +1,6 @@
module Virtual
class Constant < ::Virtual::Object
class Constant < ::Virtual::Value
end
# another abstract "marker" class (so we can check for it)