method
new
v7.0.0 -
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