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