Method: Object#encode_uri_component
- Defined in:
- opal/browser/utils.rb
#encode_uri_component ⇒ String
Encode as URI component.
17 18 19 |
# File 'opal/browser/utils.rb', line 17 def encode_uri_component to_s.encode_uri_component end |