Module: RichUnits::Weekdays::Numeric
- Included in:
- Numeric
- Defined in:
- lib/richunits/weekdays.rb
Overview
Numeric Weekday Extensions
Instance Method Summary collapse
-
#weekdays ⇒ Object
(also: #weekday)
Works with day in terms of weekdays.
Instance Method Details
#weekdays ⇒ Object Also known as: weekday
Works with day in terms of weekdays.
51 52 53 |
# File 'lib/richunits/weekdays.rb', line 51 def weekdays Weekdays.new(self) end |