Skip to content

Commit 20abd83

Browse files
committed
Add note about removed methods for v8
1 parent b142d86 commit 20abd83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

upgrading_notes/8.0.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,6 @@ end
121121
table.map_column('column', strict: false) do |value|
122122
end
123123
```
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

Comments
 (0)