[DOC] Fix output examples containing old Hash#inspect format
commit477c505ac0d4d23a860ffafbb487f7598aa89ca3
authortomoya ishida <[email protected]>
Wed, 18 Dec 2024 17:08:15 +0000 (19 02:08 +0900)
committerGitHub <[email protected]>
Wed, 18 Dec 2024 17:08:15 +0000 (18 12:08 -0500)
tree76bc043e37238c9ed96a3d2bec5d7da679ad0d01
parent528ec7060464d30359e593055df6b53362cd1060
[DOC] Fix output examples containing old Hash#inspect format

The inspect format was intentionally changed as an outcome of
[Bug #20433] [ruby-core:118668], but some documentation update
was missing, as [Bug #20962] pointed out. Update some output
examples that clearly use Hash#inspect.
array.c
doc/syntax/pattern_matching.rdoc
hash.c
object.c