From 8b5eb2bacc9e61c6a23b85c03933ef6e2071fab8 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Thu, 19 Jul 2007 10:35:20 +0000 Subject: fix one line formatting bug git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7196 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/core_ext/time/calculations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext') diff --git a/activesupport/lib/active_support/core_ext/time/calculations.rb b/activesupport/lib/active_support/core_ext/time/calculations.rb index 8f9c2ffa70..b6eb9b4288 100644 --- a/activesupport/lib/active_support/core_ext/time/calculations.rb +++ b/activesupport/lib/active_support/core_ext/time/calculations.rb @@ -85,7 +85,7 @@ module ActiveSupport #:nodoc: end # Returns a new Time representing the time a number of seconds since the instance time, this is basically a wrapper around - #the Numeric extension. Do not use this method in combination with x.months, use months_since instead! + # the Numeric extension. Do not use this method in combination with x.months, use months_since instead! def since(seconds) initial_dst = self.dst? ? 1 : 0 f = seconds.since(self) -- cgit v1.2.3