method
new
v6.1.7.7 -
Show 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