# File lib/action_mailer/vendor/tmail/encode.rb, line 269 def encode_value( str ) str.gsub(TOKEN_UNSAFE) {|s| '%%%02x' % s[0] } end