method
/

^(other)
public
Hide source
# File activerecord/lib/arel/math.rb, line 29 def ^(other) Arel::Nodes::Grouping.new(Arel::Nodes::BitwiseXor.new(self, other)) end