b715d1f495
This reverts commit 87385d03fd
.
5 lines
59 B
Ruby
5 lines
59 B
Ruby
class Logic::Term
|
|
def to_json
|
|
to_h.to_json
|
|
end
|
|
end
|