mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
making comments sentence more concise
This commit is contained in:
parent
46c7a991a2
commit
8429e7b45b
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ require 'active_support/core_ext/object/acts_like'
|
|||
|
||||
module ActiveSupport
|
||||
# Provides accurate date and time measurements using Date#advance and
|
||||
# Time#advance, respectively. It mainly supports the methods on Numeric,
|
||||
# such as in this example:
|
||||
# Time#advance, respectively. It mainly supports the methods on Numeric.
|
||||
# Example:
|
||||
#
|
||||
# 1.month.ago # equivalent to Time.now.advance(:months => -1)
|
||||
class Duration < BasicObject
|
||||
|
|
Loading…
Reference in a new issue