Commit c2a38b6
committed
Convert Set to Array before using as header
This is needed in cases where a table rendered using an Array of Hashes has more than `maxcols` columns. The error is `NoMethodError` with `Set#[]` on line 83, where header is indexed into.1 parent 4fa06a9 commit c2a38b6
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments