Class Mail::Ruby18
In: lib/mail/version_specific/ruby_1_8.rb
Parent: Object

Methods

Public Class methods

Escapes any parenthesis in a string that are unescaped. This can’t use the Ruby 1.9.1 regexp feature of negative look behind so we have to do two replacement, first unescape everything, then re-escape it

[Validate]