dalexj (alex jensen)
- Login: dalexj
- Registered on: 12/13/2022
- Last sign in: 12/13/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/14/2022
-
12:10 AM Ruby Feature #19232 (Feedback): add NoMatchingPatternError#matchee
- currently if you pattern match a Hash, you can inspect the #key and #matchee methods from the NoMatchingPatternKeyError
```ruby
begin
{ error: true } => { value: }
rescue NoMatchingPatternKeyError => e
e.matchee
end
# => {:err...