Actions
Patch #41188
closedRefactor Calendar#first_wday method for improved readability and efficiency
Description
The attached patch simplifies the case statement in the method and improves efficiency by applying memoization across the entire method.
It also fixes some RuboCop offenses.
Files
Updated by Go MAEDA about 1 year ago
- Target version set to 6.0.0
Setting the target version to 6.0.0.
Updated by Go MAEDA about 1 year ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch in r23032.
Actions