This commit is contained in:
Glenn Y. Rolland 2017-09-12 17:42:32 +02:00
parent d591b353c9
commit 12b310b7c2

View file

@ -74,7 +74,7 @@ module Mm2ep
end
def to_s
"( #{@expr1.to_s}) AND (#{@expr2.to_s} )"
"( #{@expr1.to_s} ) AND ( #{@expr2.to_s} )"
end
end
@ -89,7 +89,7 @@ module Mm2ep
end
def to_s
"( #{@expr1.to_s}) OR (#{@expr2.to_s} )"
"( #{@expr1.to_s} ) OR ( #{@expr2.to_s} )"
end
end