class Sass::Constant::Literal

def concat(other)

def concat(other)
  Sass::Constant::String.from_value("#{self.to_s} #{other.to_s}")
end