# File lib/dm-core/query/conditions/operation.rb, line 115 def sorted_operands @operands.sort_by { |operand| operand.hash } end