# File lib/mail/encodings/quoted_printable.rb, line 11 def self.encode(str) str.gsub( /[^a-z ]/i ) { quoted_printable_encode($&) } end