Hacker News new | ask | show | jobs
by naz 5970 days ago
You have to have a method to forward to that accepts the right number of arguments of the right type. It's a far cry from overriding methodNotFound. I tried to recreate the ActiveRecord find style in SimpleData (http://github.com/briancollins/SimpleData) and it is just so hackish.
1 comments

Or just a method which takes a NSInvocation object...
Interesting revelation, thanks!