Implement to_proc
Open
- Dominant language
- Ruby
- Stars
- 447
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
Currently and array of strings can't be mapped into ToD with:
string_times.map(&Tod::TimeOfDay.new)
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate Tod::TimeOfDay and its initializer, then trace how Array#map passes arguments to the callable in the reported string_times.map example. Done means an array of strings can be mapped with &Tod::TimeOfDay.new as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100