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