module Dry::Logic::Predicates::Methods

def not_eql?(left, right)

def not_eql?(left, right)
  !left.eql?(right)
end