123456789_123456789_123456789_123456789_123456789_

Class: Arel::Nodes::BitwiseNot

Do not use. This class is for internal use only.

Class Method Summary

UnaryOperation - Inherited

Unary - Inherited

Instance Attribute Summary

UnaryOperation - Inherited

Unary - Inherited

#expr,
#value

Alias for Unary#expr.

Node - Inherited

Instance Method Summary

Constructor Details

.new(operand) ⇒ BitwiseNot

[ GitHub ]

  
# File 'activerecord/lib/arel/nodes/unary_operation.rb', line 15

def initialize(operand)
  super(:~, operand)
end