1
0
Fork 0
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:
TomK32 2008-05-12 10:59:33 +02:00
parent d416e71229
commit 164c958648

View file

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