class Sass::Util::MultibyteStringScanner

def _forward(str)

def _forward(str)
  @mb_last_pos = @mb_pos
  @mb_pos += str.size if str
  str
end