aristotelesbr (Aristóteles Costa)
- Login: aristotelesbr
- Registered on: 03/18/2025
- Last sign in: 03/18/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/18/2025
-
05:21 AM Ruby Feature #21190 (Closed): Proposal for the Deconstruct Method in the MatchData Class
- ## Context:
The MatchData class currently lacks the deconstruct method, which is necessary for extracting values from a string using pattern matching in Ruby.
## Current Extraction Method
Currently, extraction can be done as fol...