class Arel::Nodes::IsDistinctFrom

def invert

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