NHSDigital / ndr_support

National Disease Registers support gem
MIT License
4 stars 6 forks source link

Added Integer#working_days_since #11

Closed timgentry closed 5 years ago

timgentry commented 5 years ago

Expanding on the existing working_days date and time extensions, this extends Integer with a working_days_since method. For simplicity and expediency, I haven't looked to create a WorkingDaysDuration class or similar, but it would be nice to have 3.working_days.since() and 3.working_days.ago() at some point.