Throw warning when more than two argument are passed to Ember.get

So I’m sure I’m not the only one that has spent some time debugging an issue only to find Ember.get was used in place of Ember.set. Ember quietly accepts this where I think it should just throw a warning, specifically in the debug build of Ember.

Thoughts?