Close #1303 Stream.pipe returns the destination
authorElijah Insua <tmpvar@gmail.com>
Mon, 11 Jul 2011 05:35:25 +0000 (01:35 -0400)
committerisaacs <i@izs.me>
Thu, 14 Jul 2011 21:25:49 +0000 (14:25 -0700)
commitb722aaa8c52e580a7214451dc068a63ee2a3c0a4
tree2310e9f9e792806d87daa223afb989fe27ec5b30
parent9b5098f509a433d6eea93da8d74b6a118718058a
Close #1303 Stream.pipe returns the destination

Squashed:

* Simple change to make Stream.pipe(destination) return the destination Stream
* Test: ensure Stream.pipe(destination) returns the destination Stream
* updated Stream.pipe() documentation to reflect that it now returns the
  destination stream
doc/api/streams.markdown
lib/stream.js
test/simple/test-pipe-return-val.js [new file with mode: 0644]