Method: CF::UAA::Util.encode_component

Defined in:
lib/uaa/util.rb,
lib/uaa/util.rb

.encode_component(str) ⇒ Object



100
# File 'lib/uaa/util.rb', line 100

def self.encode_component(str) URI.encode_www_form_component(str) end