tom_dalling (Tom Dalling)
- Login: tom_dalling
- Registered on: 09/01/2017
- Last connection: 04/07/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 0 | 0 |
Activity
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 CommonRuby 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