# File lib/asciidoctor/table.rb, line 425 def skip_past_escaped_delimiter(match) @buffer = %(#{@buffer}#{match.pre_match.chop}#{@delimiter}) match.post_match end