From e33dd308c9ef395d812c27ec16955bf0d04736c5 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Fri, 26 Apr 2013 18:43:02 +1000 Subject: formatting --- activesupport/lib/active_support/core_ext/date_and_time/calculations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core_ext/date_and_time/calculations.rb b/activesupport/lib/active_support/core_ext/date_and_time/calculations.rb index d6c5fac48c..0d14cba7cc 100644 --- a/activesupport/lib/active_support/core_ext/date_and_time/calculations.rb +++ b/activesupport/lib/active_support/core_ext/date_and_time/calculations.rb @@ -111,7 +111,7 @@ module DateAndTime # Returns a new date/time representing the given day in the next week. # The +given_day_in_next_week+ defaults to the beginning of the week # which is determined by +Date.beginning_of_week+ or +config.beginning_of_week+ - # when set. DateTime objects have their time set to 0:00. + # when set. +DateTime+ objects have their time set to 0:00. def next_week(given_day_in_next_week = Date.beginning_of_week) first_hour{ weeks_since(1).beginning_of_week.days_since(days_span(given_day_in_next_week)) } end -- cgit v1.2.3