Class: Arel::Nodes::StringJoin
- Defined in:
- lib/arel/nodes/string_join.rb
Instance Attribute Summary
Attributes inherited from Join
Instance Method Summary collapse
-
#initialize(left, right) ⇒ StringJoin
constructor
A new instance of StringJoin.
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 |