class Sass::Script::Value::String

def to_s(opts = {})

Other tags:
    See: Value#to_s -
def to_s(opts = {})
  return @value.gsub(/\n\s*/, ' ') if opts[:quote] == :none || @type == :identifier
  String.quote(value, opts)
end