# File lib/sass/script/literal.rb, line 130
    def single_eq(other)
      Sass::Script::String.new("#{self.to_s}=#{other.to_s}")
    end