We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b142d86 commit 20abd83Copy full SHA for 20abd83
upgrading_notes/8.0.0.md
@@ -121,3 +121,6 @@ end
121
table.map_column('column', strict: false) do |value|
122
end
123
```
124
+
125
+NB: Both the `#map_column!` variant method and `#map_headers!` sibling method have been removed (as per
126
+the changelog), you should use the non-mutative alternative methods `#map_column` and `#map_headers` instead
0 commit comments