lib/tty/table/row.rb in tty-table-0.4.0 vs lib/tty/table/row.rb in tty-table-0.5.0
- old
+ new
@@ -16,10 +16,10 @@
# Used internally by {Table} to store row represenation by converting
# {Array} into {Row} instance.
#
# @api private
class Row
- include Enumerable, Equatable
+ include Enumerable
extend Forwardable
# The row attributes that describe each element
#
# @return [Array]