Current File : /home/tradevaly/www/node_modules/collect.js/src/methods/tap.js
'use strict';

module.exports = function tap(fn) {
  fn(this);

  return this;
};