`Readline::HISTORY << str` and push should return HISTORY
---------------------------------------------------------
Key: JRUBY-5995
URL: https://jira.codehaus.org/browse/JRUBY-5995
Project: JRuby
Issue Type: Bug
Components: Extensions
Environment: master branch
Reporter: Lin Jen-Shin
Priority: Minor
I've sent a pull request:
https://github.com/jruby/jruby/pull/65
For the record, I repost it here:
As other rubies:
$ ruby -vrreadline -e 'p(Readline::HISTORY<<"a")'
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0]
HISTORY
$ /usr/bin/ruby -vrreadline -e 'p(Readline::HISTORY<<"a")'
ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]
HISTORY
$ rbx -vrreadline -e 'p(Readline::HISTORY<<"a")'
rubinius 1.2.4 (1.8.7 release 2011-07-05 JI) [x86_64-apple-darwin10.8.0]
HISTORY
Thanks!
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email