jackc / jackc/tod

Implement to_proc

Open
#48 2 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.