mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user