Hi nobu, thanks for your reply. > I guess it has never guaranteed such assumption, though. Sorry, what I meant is that I don't understand why `#eof?` would be part of the CSV object public API if it doesn't reflect the state of the...chi (Chi Leung)
Hello, Sorry if this bug has already been reported but I couldn't find any reference to it. For the following CSV test.csv file: ``` a,b,c,d 1,2,3,4 5,6,7,8 9,10,11,12 ``` and the following code snippet: ``` ruby require...chi (Chi Leung)