Method: ERB::Util.url_encode
- Defined in:
- lib/erb/util.rb
.url_encode(s) ⇒ Object
57 58 59 |
# File 'lib/erb/util.rb', line 57 def url_encode(s) CGI.escapeURIComponent(s.to_s) end |
57 58 59 |
# File 'lib/erb/util.rb', line 57 def url_encode(s) CGI.escapeURIComponent(s.to_s) end |