class SassC::Script::Value::String

def to_s(opts = {})

def to_s(opts = {})
  opts = { quote: :none }.merge!(opts) if @type == :identifier
  self.class.quote(@value, opts)
end