Searched refs:sayLast (Results 1 – 1 of 1) sorted by relevance
110 sayLast: function() { return this.sayHi(_.last(arguments)); } method in AnonymousFunction105fccb00800.moe121 var sayLast = moe.sayLast;122 …assert.equal(sayLast(1, 2, 3, 4, 5, 6, 7, 'Tom'), 'hi: moe', 'createCallback works with any number…