{"body":"module.exports.createFunctionStream = createFunctionStream\n\nfunction createFunctionStream(func) {\n  var funcStr = func + ';\\n return this;'\n  if (func[0] === '{') funcStr = 'var that = ' + func + ';\\n return that;'\n  var compiled = new Function(funcStr)\n  return compiled\n}","name":"","extension":"","url":"https://www.irccloud.com/pastebin/ySc46Hch","modified":1415113239,"id":"ySc46Hch","size":273,"lines":8,"own_paste":false,"theme":"","date":1415113239}