_.extend(_.prototype, {
    chain: function() {
      this._chain = true;
      return this;
    },