Commit d88a9d76 authored by yui-knk's avatar yui-knk

Add comment to Hash#each_pair. And change the line

Add comment about ISO.
Current place is misleading so change line No.
parent adea2ca3
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