# File lib/asciidoctor/parser.rb, line 1737
    def self.line_length(line)
      line.scan(UnicodeCharScanRx).size
    end