From: Adam Prescott Date: 2012-03-30T08:28:08+09:00 Subject: [ruby-core:43908] Re: [ruby-trunk - Bug #6226][Open] Star operator crashes when it using in irb on Fedora --f46d04447f4b87a2de04bc6a13c1 Content-Type: text/plain; charset=UTF-8 I cannot recreate this: $ irb irb(main):001:0> *a = 1 => 1 irb(main):002:0> a => [1] irb(main):003:0> # Ctrl-D pressed here Just returns to prompt. ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux] Installed with rvm on Arch Linux x86_64. --f46d04447f4b87a2de04bc6a13c1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I cannot recreate this:

$ irb
irb(main):0= 01:0> *a =3D 1
=3D> 1
irb(main):002:0> a
=
=3D> [1]
irb(main):003:0> =C2=A0 =C2=A0# Ctrl-D presse= d here

Just returns to prompt.

r= uby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux]
Installed with rvm on Arch Linux x86_64.
--f46d04447f4b87a2de04bc6a13c1--