Mo Lawson
Results
1
issues of
Mo Lawson
It would be handy to have `Schedule#to_s` return a text description of the `Schedule`. ``` ruby schedule = Repeatable::Schedule.new(weekday_in_month: { weekday: 2, count: 1 }) schedule.to_s # => "The first...