提交 9ed62ade 编写于 作者: V Vijay Dev

cut down spaces [ci skip]

上级 3b6d66a0
......@@ -265,7 +265,7 @@ h5. take
<ruby>
Client.take(2)
# => [#<Client id: 1, first_name: "Lifo">,
# => [#<Client id: 1, first_name: "Lifo">,
#<Client id: 2, first_name: "Raf">]
</ruby>
......@@ -281,7 +281,7 @@ h5. first
<ruby>
Client.first(2)
# => [#<Client id: 1, first_name: "Lifo">,
# => [#<Client id: 1, first_name: "Lifo">,
#<Client id: 2, first_name: "Raf">]
</ruby>
......@@ -297,7 +297,7 @@ h5. last
<ruby>
Client.last(2)
# => [#<Client id: 10, first_name: "Ryan">,
# => [#<Client id: 10, first_name: "Ryan">,
#<Client id: 9, first_name: "John">]
</ruby>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册