Are there any kind of meta programming facilities baked into Ember?
I am wondering if there is anything analogous to ruby’s method_missing or respond_to? in rails.
I am trying to hack around inside a class that uses the detect method which is passed a klass parameter. And not quite sure how to tell if it quacks and walks like a particular duck that I am interested in dating.