class Arel::Nodes::In

def equality?; true; end

def equality?; true; end

def invert

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