class Arel::Nodes::Fragments
def +(other)
def +(other) raise ArgumentError, "Expected Arel node" unless Arel.arel_node?(other) self.class.new([*@values, other]) end
def +(other) raise ArgumentError, "Expected Arel node" unless Arel.arel_node?(other) self.class.new([*@values, other]) end