Method: URI.URIEncodeComponent
- Defined in:
- lib/gollum/frontend/uri_encode_component.rb
.URIEncodeComponent(componentString) ⇒ Object
component must be String
135 136 137 |
# File 'lib/gollum/frontend/uri_encode_component.rb', line 135 def URIEncodeComponent(componentString) Encode(componentString, :unescapePredicate); end |