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