Correct Not_op
This commit is contained in:
parent
252f8531b9
commit
9a7a2f0955
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ module Mm2ep
|
|||
end
|
||||
|
||||
def not_op
|
||||
return true unless expr == true
|
||||
# binding.pry
|
||||
return true unless expr.value.to_s.eql? 'true'
|
||||
return false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue