Changed the initialize size of the IO buffer to 0.
authorTilman Sauerbeck <tilman@code-monkey.de>
Fri, 11 Aug 2006 13:42:30 +0000 (15:42 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Wed, 23 Aug 2006 17:33:24 +0000 (19:33 +0200)
It will be resized at every access anyway. It would be nice if we
could have a static buffer, but Ruby's API doesn't allow it atm.


No differences found