Class: Arel::Nodes::StringJoin

Inherits:
Join
  • Object
show all
Defined in:
lib/arel/nodes/string_join.rb

Instance Attribute Summary

Attributes inherited from Join

#constraint, #left, #right

Instance Method Summary collapse

Methods inherited from Node

#and, #each, #not, #or, #to_sql

Constructor Details

#initialize(left, right) ⇒ StringJoin

Returns a new instance of StringJoin.



6
7
8
# File 'lib/arel/nodes/string_join.rb', line 6

def initialize left, right
  super(left, right, nil)
end