提交 69879667 编写于 作者: E Erich Kist

Fix a reference

上级 27014bbf
......@@ -96,7 +96,7 @@ def key?(key)
alias_method :has_key?, :key?
alias_method :member?, :key?
# Fetches the value for the specified key, same as doing hash[key]
# Fetches the value for the specified key, same as doing <tt>hash[key]</tt>
def fetch(key, *extras)
super(convert_key(key), *extras)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册