Internal API update.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 16 Jul 2005 13:15:42 +0000 (13:15 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sat, 16 Jul 2005 13:15:42 +0000 (13:15 +0000)
commit1a7967e7d0581ab9eedd0e18862323bc6f00d029
treecc16a3f814591190d3041da663ec50b556d005d2
parent2ab5c94a4033ecc44f0eabe58c6f792c49c9f169
Internal API update.

Instead of using Chunk#serialize and Stream#serialize, rename
Chunk#serialize to Chunk#to_s and just use Stream#to_s to serialize
the streams.
ChangeLog
ext/ext.c
test/test_chunk.rb
test/test_stream.rb