fix one line formatting bug

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7196 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Michael Koziarski 2007-07-19 10:35:20 +00:00
parent 1eb79bcc3b
commit 8b5eb2bacc
1 changed files with 1 additions and 1 deletions

View File

@ -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)