# File lib/arel/nodes/unary.rb, line 7
      def initialize expr
        super()
        @expr = expr
      end