[#101179] Spectre Mitigations — Amel <amel.smajic@...>
Hi there!
5 messages
2020/12/01
[#101180] Re: Spectre Mitigations
— Chris Seaton <chris@...>
2020/12/01
I wouldn’t recommend using Ruby to run in-process untrusted code in the first place. Are people doing that?
[#101694] Ruby 3.0.0 Released — "NARUSE, Yui" <naruse@...>
We are pleased to announce the release of Ruby 3.0.0. From 2015 we
4 messages
2020/12/25
[ruby-core:101360] [Ruby master Feature#17384] shorthand of Hash#merge
From:
tjdgnsqn133@...
Date:
2020-12-10 06:14:18 UTC
List:
ruby-core #101360
Issue #17384 has been updated by tjdgnsqn133 (Kim Seonghoon).
Thanks,
I didn't know the issue has been argued.
From now on, I search issues first before write.
----------------------------------------
Feature #17384: shorthand of Hash#merge
https://bugs.ruby-lang.org/issues/17384#change-89067
* Author: tjdgnsqn133 (Kim Seonghoon)
* Status: Feedback
* Priority: Normal
----------------------------------------
Hi, all.
When I used Hash#merge, I thought it is uncomfortable.
``` ruby
a = {k: 1}
b = {j: 2}
c = a.merge(b)
```
If hash provides + like array, so useful.
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>