method

new

new(operator, operand)
public

No documentation available.

# File activerecord/lib/arel/nodes/unary_operation.rb, line 8
      def initialize(operator, operand)
        super(operand)
        @operator = operator
      end