koraktor / rbzip2

bzip2 for Ruby
BSD 3-Clause "New" or "Revised" License
40 stars 10 forks source link

gets method not implemented #1

Closed chewi closed 7 years ago

chewi commented 11 years ago

I am switching from MRI to JRuby and as such, I was replacing bzip2-ruby with rbzip2. Unfortunately this didn't work out because I am passing the resulting IO object to fastest-csv, which uses gets. bzip2-ruby implements this but rbzip2 doesn't. It's possibly less than trivial to implement and I may not have time right now.

koraktor commented 11 years ago

This shouldn't be that hard, but is probably implementation specific.

chewi commented 7 years ago

We weren't actually needing this now but maybe we will later so thanks anyway!