We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6c1aa6 + 908db6d commit 6a89e1cCopy full SHA for 6a89e1c
README.markdown
@@ -650,8 +650,8 @@ Merges two or more hashes together and returns the resulting hash.
650
651
For example:
652
653
- $hash1 = {'one' => 1, 'two', => 2}
654
- $hash2 = {'two' => 'dos', 'three', => 'tres'}
+ $hash1 = {'one' => 1, 'two' => 2}
+ $hash2 = {'two' => 'dos', 'three' => 'tres'}
655
$merged_hash = merge($hash1, $hash2)
656
# The resulting hash is equivalent to:
657
# $merged_hash = {'one' => 1, 'two' => 'dos', 'three' => 'tres'}
0 commit comments