mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Change comments
This commit is contained in:
parent
81d1242c77
commit
2c8e2b71cd
1 changed files with 2 additions and 2 deletions
|
@ -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' } }
|
||||
|
|
Loading…
Reference in a new issue