class Arel::Nodes::IsNotDistinctFrom

def invert

def invert
  Arel::Nodes::IsDistinctFrom.new(left, right)
end