摘要: Delegate是一种应用composite来代替extend的机制,可以有效地降低代码的耦合性。Rails 2.2增加了delegate方法,可以十分方便地实现delegate机制。来看看源码吧:view sourceprint?01.def delegate(*methods) 02. options = methods.pop 03. unless options.is_a?(Has... 阅读全文
posted @ 2010-04-21 17:45 麦飞 阅读(2977) 评论(0) 推荐(0) 编辑