class RDoc::Markup::Table

def accept(visitor)

def accept(visitor)
  visitor.accept_table @header, @body, @align
end