Actions
Bug #2461
closedARGF.rewind does not reset ARGF.lineno to zero
Description
=begin
0% ruby19 -ve 'ARGF.gets; ARGF.rewind; p [ARGF.lineno, $.]; ARGF.gets; p [ARGF.lineno, $.]' ~/.zshhist
ruby 1.9.2dev (2009-12-01 trunk 25970) [i686-linux]
[0, 1]
[1, 1]
0% ruby -ve 'ARGF.gets; ARGF.rewind; p [ARGF.lineno, $.]; ARGF.gets; p [ARGF.lineno, $.]' ~/.zshhist
ruby 1.8.8dev (2009-12-07 revision 25983) [i686-linux]
[1, 1]
[1, 1]
0%
1.9 is correct, right?
=end
Updated by nahi (Hiroshi Nakamura) almost 15 years ago
- Status changed from Open to Rejected
=begin
Sorry, it's duplicate of #1693
=end
Actions
Like0
Like0