From 2ebe669d37ca679272c7b694dfa9897abc309a36 Mon Sep 17 00:00:00 2001
From: Jeremy Ashkenas Utility Functions
Invokes the given iterator function n times. Each invocation of iterator is called with an index argument.
-_(3).times(function(){ genie.grantWish(); });+_(3).times(function(n){ genie.grantWishNumber(n); });
mixin_.mixin(object)