method
new
rails 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