class Arel::Nodes::SqlLiteral
def +(other)
def +(other) raise ArgumentError, "Expected Arel node" unless Arel.arel_node?(other) Fragments.new([self, other]) end
def encode_with(coder)
def encode_with(coder) coder.scalar = self.to_s end
def fetch_attribute
def fetch_attribute end