# File lib/sass/util/multibyte_string_scanner.rb, line 11
    def self.new(str)
      return StringScanner.new(str) if str.ascii_only?
      super
    end