module RichUnits::Weekdays::Numeric
Numeric
Weekday Extensions¶ ↑
Public Instance Methods
weekdays()
click to toggle source
Works with day in terms of weekdays.
# File lib/richunits/weekdays.rb, line 51 def weekdays Weekdays.new(self) end
Also aliased as: weekday