new(expr)
No documentation available.
# File activerecord/lib/arel/nodes/unary.rb, line 9 def initialize(expr) super() @expr = expr end