fixes constant to be values not object. interestingly tests still pass
This commit is contained in:
parent
9891da88a4
commit
3ca61d54eb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user