# File lib/asciidoctor/table.rb, line 359
  def match_delimiter(line)
    @delimiter_re.match(line)
  end