method

new

v7.1.3.4 - Show latest stable - Class: Arel::Nodes::Concat
new(left, right)
public

No documentation available.

# File activerecord/lib/arel/nodes/infix_operation.rb, line 45
      def initialize(left, right)
        super(:"||", left, right)
      end