method
days_span
rails latest stable - Class:
DateAndTime::Calculations
days_span(day)private
No documentation available.
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 366
def days_span(day)
(DAYS_INTO_WEEK.fetch(day) - DAYS_INTO_WEEK.fetch(Date.beginning_of_week)) % 7
end