1
0
Fork 0
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:
Seiei Miyagi 2015-06-08 18:44:31 +09:00
parent 1a971d0f10
commit 8c1b99ced5

View file

@ -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