class Asciidoctor::Table::Cell

def file

Public: Get the source file where this block started
def file
  @source_location && @source_location.file
end