We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49942e commit fd8baf1Copy full SHA for fd8baf1
lib/zip_kit/streamer.rb
@@ -8,7 +8,7 @@
8
# * `Array` - will contain binary strings
9
# * `File` - data will be written to it as it gets generated
10
# * `IO` (`Socket`, `StringIO`) - data gets written into it
11
-# , `IO`, `Socket` and even an unfrozen `String`...
+# * `String` - in binary encoding and unfrozen - also makes a decent output target
12
#
13
# or anything else that responds to `#<<` or `#write`.
14
0 commit comments