Commit fb77b033 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2229 from yui-knk/add-comment-each_pair

Add comment to Hash#each_pair. And change the line
parents 98e035ae d88a9d76
class Hash
# ISO does not define Hash#each_pair, so each_pair is defined in gem.
alias each_pair each
##
# call-seq:
# hsh.merge!(other_hash) -> hsh
......@@ -33,7 +36,6 @@ class Hash
self
end
alias each_pair each
alias update merge!
##
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment