1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Added default values for #format_paragraph docs [skip ci]

This commit is contained in:
Anton Davydov 2015-02-15 20:24:51 +03:00
parent 66a30dc322
commit 44a49e5534

View file

@ -33,6 +33,8 @@ module ActionMailer
end
# Returns +text+ wrapped at +len+ columns and indented +indent+ spaces.
# By default column length +len+ equals 72 characters and indent
# +indent+ equal two spaces.
#
# my_text = 'Here is a sample text with more than 40 characters'
#