method
new
v6.1.7.7 -
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