tom_dalling (Tom Dalling)
- Login: tom_dalling
- Registered on: 09/01/2017
- Last sign in: 03/30/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 0 | 0 |
Activity
02/25/2022
- 10:55 AM Ruby master Bug #17382: Segfault in String#inspect
- I've attached code that reproduces the issue, along with output and the macOS crash report from my machine. Just run ...
03/13/2018
- 07:36 AM Ruby master Feature #14575: Switch Range#=== to use cover? instead of include?
- The `Range#===` methods currently works in one of three different ways. The code is here: https://github.com/ruby/rub...
09/01/2017
- 06:36 AM Ruby master Feature #13581: Syntax sugar for method reference
- What about triple colon `:::`?
```ruby
[1,2,3].map(&Math:::sqrt)
[1,2,3].each(&:::puts)
```
`::` is for loo...
Also available in: Atom