# File lib/asciidoctor/table.rb, line 322 def skip_matched_delimiter(match, escaped = false) @buffer = %(#@buffer#{escaped ? match.pre_match.chop : match.pre_match}#@delimiter) match.post_match end