take: {
      configurable: true,
      value (...o) {
        return this.loop(...(o.map(_.give)));
      }