Checkout of Instiki Trunk 1/21/2007.
This commit is contained in:
commit
69b62b6f33
1138 changed files with 139586 additions and 0 deletions
8
vendor/rails/actionmailer/lib/action_mailer/utils.rb
vendored
Normal file
8
vendor/rails/actionmailer/lib/action_mailer/utils.rb
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
module ActionMailer
|
||||
module Utils #:nodoc:
|
||||
def normalize_new_lines(text)
|
||||
text.to_s.gsub(/\r\n?/, "\n")
|
||||
end
|
||||
module_function :normalize_new_lines
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue