mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
proper heading for "Example:"
This commit is contained in:
parent
d416e71229
commit
164c958648
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module ActiveSupport #:nodoc:
|
|||
end
|
||||
# Gives a human readable format of the range.
|
||||
#
|
||||
# Example:
|
||||
# ==== Example:
|
||||
#
|
||||
# [1..100].to_formatted_s # => "1..100"
|
||||
def to_formatted_s(format = :default)
|
||||
|
|
Loading…
Reference in a new issue