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