class Sass::Util::MultibyteStringScanner

def unscan

def unscan
  super
  @mb_pos = @mb_last_pos
  @mb_last_pos = @mb_matched_size = nil
end