# File lib/asciidoctor/table.rb, line 351 def starts_with_delimiter?(line) line.start_with? @delimiter end