Module: Biz::CoreExt::Date
- Defined in:
- lib/biz/core_ext/date.rb
Instance Method Summary collapse
Instance Method Details
#business_day? ⇒ Boolean
6 7 8 |
# File 'lib/biz/core_ext/date.rb', line 6 def business_day? Biz.dates.active?(self) end |