From 44a49e553428eed1c94bcc15ac5f6c461235c561 Mon Sep 17 00:00:00 2001 From: Anton Davydov Date: Sun, 15 Feb 2015 20:24:51 +0300 Subject: Added default values for #format_paragraph docs [skip ci] --- actionmailer/lib/action_mailer/mail_helper.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionmailer') diff --git a/actionmailer/lib/action_mailer/mail_helper.rb b/actionmailer/lib/action_mailer/mail_helper.rb index cc7935a7e0..227192f48d 100644 --- a/actionmailer/lib/action_mailer/mail_helper.rb +++ b/actionmailer/lib/action_mailer/mail_helper.rb @@ -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' # -- cgit v1.2.3