You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub: fixGH-328
We can't use ARGF.eof? to detect EOF of ARGF. Because ARGF.eof?
returns true when an file reached EOF but ARGF may use multiple files.
Reported by Takeshi Nishimatsu. Thanks!!!
0 commit comments