# File lib/sass/util/multibyte_string_scanner.rb, line 91
    def string=(str)
      @mb_pos = 0
      @mb_matched_size = nil
      @mb_last_pos = nil
      super
    end