# File lib/action_mailer/vendor/tmail-1.1.0/tmail/encode.rb, line 147 def kv_pair( k, v ) v = dquote(v) unless token_safe?(v) @f << k << '=' << v end