# File lib/sass/script/value/base.rb, line 91
    def single_eq(other)
      Sass::Script::Value::String.new("#{self}=#{other}")
    end