從 Ruby 的 method_missing 到雜魚 Common Lisp
從 Ruby 的 method_missing 到雜魚 Common Lisp 在 Ruby 中當調用一個對象不存在的方法時,會觸發解釋器調用該對象的method_missing方法。例如下面的代碼 # -*- encoding: UTF-8 -*- class A def method_missing(m, *args, block) puts 'now you see
Nickname 用户bPGfS
Contributes1
Followers0