class RDoc::Markup::Table
def == other
def == other self.class == other.class and @header == other.header and @align == other.align and @body == other.body end
def == other self.class == other.class and @header == other.header and @align == other.align and @body == other.body end