Like the Shakespeare

Like the Shakespeare

Like the Shakespeare reference. If I may:

[Copy to clipboard] [ - ]
aha~ what's that?

[Copy to clipboard] [ - ]
透過return的value調用bite_thumb,傳入ruby與sir?
do end是代码块,可以返回一个对象.
这个对象有bite_thumb方法.这个方法调用
ruby, sir?两个参数,而ruby和sir?又是另外两个方法
方法可以省略括号
一气呵成

[Copy to clipboard] [ - ]
先筛选,然后从结果里面排除,最后显示
oh yeah.... 调用方法省略了括号。而带问号的还是另一个方法。哈哈。妙。

就像是真的一句话一样,自然语言。呵呵。
引用:
原帖由 axgle 于 2007-6-26 10:46 发表
一气呵成
[1,2,3,4].find_all do |num| 
 num > 1 and num < 4
end.delete_if do |num|
 num%2==0
end.display
习惯了就好了,还可以这样写

[Copy to clipboard] [ - ]