# File lib/hirb/helpers/tab_table.rb, line 17 def render_rows @rows.map { |row| format_values(row).join(DELIM) } end