# File lib/dm-core/query/conditions/operation.rb, line 333 def initialize(*operands) @operands = Set.new merge(operands) end