Code Explainers
def render_table(rows) return "(no data)" if rows.empty? columns = rows.flat_map(&:keys).uniq