method
new
v7.2.3 -
Show latest stable
- Class:
Arel::Nodes::BitwiseNot
new(operand)public
No documentation available.
# File activerecord/lib/arel/nodes/unary_operation.rb, line 15
def initialize(operand)
super(:~, operand)
end