mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix core_text -> core_ext
[ci skip]
This commit is contained in:
parent
1a971d0f10
commit
8c1b99ced5
1 changed files with 1 additions and 1 deletions
|
@ -2895,7 +2895,7 @@ The method `transform_values` accepts a block and returns a hash that has applie
|
|||
```
|
||||
There's also the bang variant `transform_values!` that applies the block operations to values in the very receiver.
|
||||
|
||||
NOTE: Defined in `active_support/core_text/hash/transform_values.rb`.
|
||||
NOTE: Defined in `active_support/core_ext/hash/transform_values.rb`.
|
||||
|
||||
### Slicing
|
||||
|
||||
|
|
Loading…
Reference in a new issue