gets method not implemented
chewi opened this issue · 2 comments
chewi commented
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
This shouldn't be that hard, but is probably implementation specific.
chewi commented
We weren't actually needing this now but maybe we will later so thanks anyway!