# File lib/dm-core/query/operator.rb, line 30
      def initialize(target, operator)
        @target, @operator = target, operator.to_sym
      end