Method: InternetMessage::Address#quote_string
- Defined in:
- lib/internet_message/address.rb
#quote_string(s) ⇒ Object
23 24 25 |
# File 'lib/internet_message/address.rb', line 23 def quote_string(s) '"'+s.gsub(/[\\\"]/){"\\#{$&}"}+'"' end |