100
# File 'lib/uaa/util.rb', line 100 def self.encode_component(str) URI.encode_www_form_component(str) end