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:
parent
66a30dc322
commit
44a49e5534
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue