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