class Sass::Util::MultibyteStringScanner

def string=(str)

def string=(str)
  @mb_pos = 0
  @mb_matched_size = nil
  @mb_last_pos = nil
  super
end