最近常常推薦人家去玩 Github,到底有用在哪裡? 就來寫一篇廣告文吧。 GitHub 是基於 Git 這套 …
分類彙整: Ruby
Ruby & Rails on Rails 進階書單
都2008年了,還看我前年列的書單讓我有點不安,只好再整理一次。這次不列”所有”了,紅 …
一些 Ruby Dynamic Features 記事 (3) define_method
Update(2010/4/15): self, current class 與 class_eval, in …
一些 Ruby Dynamic Features 記事 (2) singleton class
在Ruby中,singleton method指的是只有該物件才有的方法,而加在 Class object 上 …
一些 Ruby Dynamic Features 記事 (1) OOP
趁過年把 The Ruby Way 拿起來讀一讀,大部頭一本沒辦法從頭念到尾,就挑了最重要的第11章( OOP …
如何寫出有效率的 Ruby Code
又來推薦 PDF 武功秘笈, Writing Efficient Ruby Code。 Ruby 是個很慢的語 …