1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Change comments

This commit is contained in:
Edu Depetris 2019-05-25 12:41:52 -03:00
parent 81d1242c77
commit 2c8e2b71cd

View file

@ -1,8 +1,8 @@
# frozen_string_literal: true
class Hash
# Returns a new hash with all keys converted by the block operation.
# This includes the keys from the root hash and from all
# Returns a new hash with all values converted by the block operation.
# This includes the values from the root hash and from all
# nested hashes and arrays.
#
# hash = { person: { name: 'Rob', age: '28' } }