method
new
rails latest stable - Class:
Arel::Nodes::UnaryOperation
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