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