# File lib/sass/util/multibyte_string_scanner.rb, line 127
    def unscan
      super
      @mb_pos = @mb_last_pos
      @mb_last_pos = @mb_matched_size = nil
    end