13 14 15 16 17 18 19
# File 'lib/httparty/text_encoder.rb', line 13 def call if can_encode? encoded_text else text end end