class Terminal::Table
def == other
def == other if other.respond_to?(:headings) && other.respond_to?(:rows) headings == other.headings && rows == other.rows end end
def == other if other.respond_to?(:headings) && other.respond_to?(:rows) headings == other.headings && rows == other.rows end end