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
Actions