class Sass::Constant::String

def funcall(other)

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