[ruby-cvs:78395] f8cc05dec3 (master): Use @eof variable for ReidlineInputMethod#eof?
"aycabta" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
aycabta 2019-11-30 11:14:35 +0900 (Sat, 30 Nov 2019)
New Revision: f8cc05dec3
https://github.com/ruby/ruby/commit/f8cc05dec3
Log:
Use @eof variable for ReidlineInputMethod#eof?
"IRB::InputMethod#eof?" requires eof status each user input but
"ReidlineInputMethod#eof?" used "Reline.eof?" what is singleton data.
"ReidlineInputMethod#eof?" is changed to use the result of user input