# File lib/sass/script/string.rb, line 22
    def context=(context)
      super
      @type = :identifier if context == :equals
    end