StringIO
# File lib/tmail/quoting.rb, line 63 def quoted?(string) !!((string =~ /.+'\w\w'.+/) || (string =~ /=\?.+\?.\?.+\?=/)) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.