From: Matthew Kerwin Date: 2015-03-05T07:27:44+10:00 Subject: [ruby-core:68416] Re: [Ruby trunk - Feature #10930] Allow splat operator to work for string interpolation --001a11c14f4a3b7c2805107d1fe0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 5 March 2015 at 07:04, wrote: > Issue #10930 has been updated by Recursive Madman. > > > Matthew Kerwin wrote: > > > > I'm strongly opposed to it ever arbitrarily injecting commas, especial= ly > > since Array#to_s joins without any delimiter. > > > > It doesn't actually: > > ```ruby > 2.2.0 :001 > puts %w(a b c).to_s > ["a", "b", "c"] > ``` > > =E2=80=8BOh, wow, yeah that changed in 1.9. I must have been burned badly b= y 1.8 to carry that baggage this long. :) --=20 Matthew Kerwin http://matthew.kerwin.net.au/ --001a11c14f4a3b7c2805107d1fe0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 5 March 2015 at 07:04, <recursive.madman@gmx.de>= wrote:
Issue #10930 has been updated by Recursive Madman.<= br>

Matthew Kerwin wrote:
>
>=C2=A0 I'm strongly opposed to it ever arbitrarily injecting commas= , especially
>=C2=A0 since Array#to_s joins without any delimiter.
>

It doesn't actually:

```ruby
2.2.0 :001 > puts %w(a b c).to_s
["a", "b", "c"]
```


=E2=80= =8BOh, wow, yeah that changed in 1.9. I must have been burned badly by 1.8 = to carry that baggage this long. :)


-= -
=C2=A0 Matthew Kerwin=
=C2=A0 http= ://matthew.kerwin.net.au/
--001a11c14f4a3b7c2805107d1fe0--