提交 3f79d842 编写于 作者: U utenmiki

Add Rdoc document for Array#forty_two

上级 cc2a9df9
......@@ -48,6 +48,8 @@ def fifth
end
# Equal to <tt>self[41]</tt>. Also known as accessing "the reddit".
#
# (1..42).to_a.forty_two # => 42
def forty_two
self[41]
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册