class Arel::Nodes::SqlLiteral

def +(other)

def +(other)
  raise ArgumentError, "Expected Arel node" unless Arel.arel_node?(other)
  Fragments.new([self, other])
end