Have you ever wanted to do things like "6.business_days.from_now" and have weekends and holidays taken into account? Now you can.
gem install business_timeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Calculate a date 6 business days from now
Use BusinessTime::Config.holidays = [Date.new(2024, 12, 25)]
No dependency data recorded yet.