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