empty has nil value
This commit is contained in:
parent
04965ac35a
commit
976e760045
1 changed files with 4 additions and 0 deletions
|
@ -18,4 +18,8 @@ class Logic::Empty < Logic::Term
|
|||
def ==(other)
|
||||
self.class == other.class
|
||||
end
|
||||
|
||||
def value
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue