:nodoc:
131 132 133
# File 'lib/text-table/table.rb', line 131 def text_table_rows #:nodoc: rows.to_a.map {|row_input| Row.new(row_input, self)} end