rogerconsul (Roger Consul)
- Login: rogerconsul
- Registered on: 10/24/2024
- Last sign in: 10/24/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/24/2024
-
01:19 PM Ruby Feature #20812: Proposal for Safe Include Method in Ruby
- jeremyevans0 (Jeremy Evans) wrote in #note-1:
> rogerconsul (Roger Consul) wrote:
> ...
Well... After you mentioned it, I realized we were using version 2.7.5 🥲
Error didn't reproduce on newer versions. We can close this thread.
Th... -
12:57 PM Ruby Feature #20812 (Closed): Proposal for Safe Include Method in Ruby
- # Proposal for Safe Include Method in Ruby
## Description
Add a new method `include_safe?` to Ruby's `Enumerable` module that safely handles nil arguments in inclusion checks.
## Problem Statement
The current `include?` metho...