Method: HTTParty::TextEncoder#call

Defined in:
lib/httparty/text_encoder.rb

#callObject



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